Files
web/server/.env.example

10 lines
357 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 复制为 .env 后按需修改(一键脚本会在缺失时自动复制)
# Docker 部署时 MONGODB_URI 使用 mongo:27017compose 服务名)
MONGODB_URI=mongodb://mongo:27017
MONGODB_DB=yxd-agent-testing
PORT=9527
GIN_MODE=release
# 对外域名CORS、日志与 nginx 反代域名一致
ALLOWED_ORIGINS=https://yuheng.yuxindazhineng.com