mirror of
https://gitee.com/ctexthuang/hyperf_rbac_framework_server_ctexthuang.git
synced 2025-12-25 15:57:50 +08:00
25 lines
538 B
Plaintext
25 lines
538 B
Plaintext
APP_NAME=ctext
|
|
APP_ENV=dev
|
|
APP_DEBUG=false
|
|
|
|
APP_URL=http://127.0.0.1:9501
|
|
|
|
JWT_SECRET=azOVxsOWt3r0ozZNz8Ss429ht0T8z6OpeIJAIwNp6X0xqrbEY2epfIWyxtC1qSNM8eD6/LQ/SahcQi2ByXa/2A==
|
|
JWT_ADMIN_SECRET=azOVxsOWt3r0ozZNz8Ss429ht0T8z6OpeIJAIwNp6X0xqrbEY2epfIWyxtC1qSNM8eD6/LQ/SahcQi2ByXa/2Aaa
|
|
# [ide]
|
|
DEVTOOL_IDE=phpstorm
|
|
|
|
DB_DRIVER=mysql
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=xxx
|
|
DB_USERNAME=username
|
|
DB_PASSWORD=password
|
|
DB_CHARSET=utf8mb4
|
|
DB_COLLATION=utf8mb4_unicode_ci
|
|
DB_PREFIX=
|
|
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_AUTH=
|
|
REDIS_PORT=6379
|
|
REDIS_DB=0 |