修改配置文件env
This commit is contained in:
parent
4ca844f470
commit
a0b57c3dfc
@ -7,6 +7,8 @@ cd /data/www/hospital-applets-api || exit
|
||||
echo "
|
||||
APP_NAME=gdxz
|
||||
APP_ENV=dev
|
||||
|
||||
# [mysql]
|
||||
DB_DRIVER=mysql
|
||||
DB_HOST=123.57.91.25
|
||||
DB_PORT=3306
|
||||
@ -16,12 +18,17 @@ DB_PASSWORD=Wucongxing1..
|
||||
DB_CHARSET=utf8mb4
|
||||
DB_COLLATION=utf8mb4_unicode_ci
|
||||
DB_PREFIX=gdxz_
|
||||
|
||||
# [redis]
|
||||
REDIS_HOST=123.57.91.25
|
||||
REDIS_AUTH=Wucongxing1..
|
||||
REDIS_PORT=6379
|
||||
REDIS_DB=0
|
||||
# jwt
|
||||
|
||||
# [jwt]
|
||||
JWT_SECRET=X8p44RvrFDlnrvHLN2juwK1sSAlFtfvdZJLLKt97DLf50W7TPOzCKDUZdVkW+PZzWIqPT8fyoXGBAcBK2faHiA==
|
||||
JWT_TTL=604800
|
||||
JWT_ALGO=HS256
|
||||
">.env
|
||||
|
||||
#nginx_upstrame="/Users/wucongxing/Desktop/test/hospital-upstream.conf"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user