10 lines
357 B
Plaintext
10 lines
357 B
Plaintext
# 复制为 .env 后按需修改(一键脚本会在缺失时自动复制)
|
||
# Docker 部署时 MONGODB_URI 使用 mongo:27017(compose 服务名)
|
||
|
||
MONGODB_URI=mongodb://mongo:27017
|
||
MONGODB_DB=yxd-agent-testing
|
||
PORT=9527
|
||
GIN_MODE=release
|
||
# 对外域名(CORS、日志),与 nginx 反代域名一致
|
||
ALLOWED_ORIGINS=https://yuheng.yuxindazhineng.com
|