宇恒一号官网

This commit is contained in:
whm
2026-03-17 00:59:32 +08:00
commit eb56519df7
105 changed files with 10783 additions and 0 deletions

13
.env.production Normal file
View File

@@ -0,0 +1,13 @@
# 生产环境配置(本地 MongoDB无需映射
# 使用方式:启动前 source .env.production 或 set -a && source .env.production && set +a
# Windows: 在 PowerShell 中可逐行 set 这些变量,或用 dotenv 等工具加载
# MongoDB本机
MONGODB_URI=mongodb://localhost:27017
MONGODB_DB=yxd-agent-testing
# 服务端口
PORT=8080
# Gin 生产模式(关闭调试信息)
GIN_MODE=release