mirror of
https://github.com/vastxie/99AI.git
synced 2024-11-16 03:32:42 +08:00
28 lines
416 B
Docker
28 lines
416 B
Docker
# server base
|
|
PORT=9520
|
|
|
|
DB_HOST=mysql
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASS=123456
|
|
DB_DATABASE=chatgpt
|
|
DB_SYNC=true
|
|
|
|
# Redis
|
|
REDIS_PORT=6379
|
|
REDIS_HOST=redis
|
|
REDIS_PASSWORD=
|
|
REDIS_USER=
|
|
REDIS_DB=0
|
|
|
|
# 是否测试环境
|
|
ISDEV=FALSE
|
|
|
|
# 自定义微信URL
|
|
weChatOpenUrl=https://open.weixin.qq.com
|
|
weChatApiUrl=https://api.weixin.qq.com
|
|
weChatMpUrl=https://mp.weixin.qq.com
|
|
|
|
# 自定义后台路径
|
|
ADMIN_SERVE_ROOT=/admin
|