init: 项目初始提交 - NeoZQYY Monorepo 完整代码

This commit is contained in:
Neo
2026-02-15 14:58:14 +08:00
commit ded6dfb9d8
769 changed files with 182616 additions and 0 deletions

30
.env.template Normal file
View File

@@ -0,0 +1,30 @@
# ============================================================
# 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