浏览代码

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

visuddhinanda@gmail.com 3 年之前
父节点
当前提交
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',
+	],
 ];