mirror of
https://gitee.com/ctexthuang/hyperf_rbac_framework_server_ctexthuang.git
synced 2025-12-25 15:57:50 +08:00
first commit
This commit is contained in:
22
.env.example
Normal file
22
.env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
APP_NAME=sfyy
|
||||
APP_ENV=dev
|
||||
APP_DEBUG=false
|
||||
|
||||
APP_URL=http://127.0.0.1:9501
|
||||
|
||||
JWT_SECRET=azOVxsOWt3r0ozZNz8Ss429ht0T8z6OpeIJAIwNp6X0xqrbEY2epfIWyxtC1qSNM8eD6/LQ/SahcQi2ByXa/2A==
|
||||
|
||||
DB_DRIVER=mysql
|
||||
DB_HOST=s2.gnip.vip
|
||||
DB_PORT=20191
|
||||
DB_DATABASE=mineadmin
|
||||
DB_USERNAME=hhl
|
||||
DB_PASSWORD=hhltest
|
||||
DB_CHARSET=utf8mb4
|
||||
DB_COLLATION=utf8mb4_unicode_ci
|
||||
DB_PREFIX=
|
||||
|
||||
REDIS_HOST=s2.gnip.vip
|
||||
REDIS_AUTH=hhltest
|
||||
REDIS_PORT=4379
|
||||
REDIS_DB=0
|
||||
Reference in New Issue
Block a user