mirror of
https://gitee.com/ctexthuang/hyperf_rbac_framework_server_ctexthuang.git
synced 2025-12-25 10:12:11 +08:00
22 lines
414 B
Plaintext
22 lines
414 B
Plaintext
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 |