Files
Neo-ZQYY/.env.template

30 lines
683 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.
# ============================================================
# NeoZQYY Monorepo 公共环境配置模板
# 复制为 .env 后填入实际值
# ============================================================
# ---------- 数据库(公共) ----------
DB_HOST=localhost
DB_PORT=5432
DB_USER=
DB_PASSWORD=
# ---------- ETL 数据库etl_feiqiu ----------
ETL_DB_NAME=etl_feiqiu
# ---------- 业务数据库zqyy_app ----------
APP_DB_NAME=zqyy_app
# ---------- 时区 ----------
TIMEZONE=Asia/Shanghai
# ---------- 门店标识 ----------
STORE_ID=
# ---------- 上游 API ----------
API_BASE_URL=
API_TOKEN=
# ---------- 日志 ----------
LOG_LEVEL=INFO
LOG_DIR=logs