소스 검색

:wrench: add 超级管理员账号id 设置

visuddhinanda@gmail.com 4 년 전
부모
커밋
e9500e50cf
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      config/app.php

+ 4 - 0
config/app.php

@@ -250,4 +250,8 @@ return [
 		'paliword_index' => public_path('paliword')."/index",
 		'word_statistics' => public_path('dependence')."/word_statistics/data",
 	],
+
+	'admin' => [
+		'root_uuid' => '6e12f8ea-ee4d-4e0f-a6b0-472f2d99a814',
+	],
 ];