Browse Source

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

visuddhinanda@gmail.com 3 years ago
parent
commit
e9500e50cf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      config/app.php

+ 4 - 0
config/app.php

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