# cryptoHermes 部署变量 # 复制本文件到 .env 然后按需修改 # .env 不入库(.gitignore 已忽略);.env.example 入库给团队作模板 # ---- Postgres ---- # 强密码必须在生产环境覆盖 POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres POSTGRES_DB=hermes_market POSTGRES_PORT=5432 # ---- App ---- APP_PORT=8080 APP_ENV=production # ---- Binance ---- BINANCE_BASE_URL=https://fapi.binance.com # ---- 国内网络代理(如不需要可留空)---- # 例如 http://host.docker.internal:7890 HTTP_PROXY= HTTPS_PROXY= NO_PROXY=localhost,127.0.0.1,postgres,crypto-hermes-postgres