Files
web/.env.production
2026-03-17 01:00:11 +08:00

14 lines
418 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.
# 生产环境配置(本地 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