You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
451 B
Bash
19 lines
451 B
Bash
# ============================================================
|
|
# 医院物业 SaaS 管理后台 — 环境变量配置
|
|
# 复制本文件为 .env 并修改实际值
|
|
# ============================================================
|
|
|
|
# ---- MariaDB ----
|
|
DB_PASSWORD=root
|
|
DB_PORT=3306
|
|
|
|
# ---- Redis ----
|
|
REDIS_PASSWORD=
|
|
REDIS_PORT=6379
|
|
|
|
# ---- Application ----
|
|
APP_PORT=8080
|
|
|
|
# ---- JWT ----
|
|
JWT_SECRET=a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y5z6
|