config: 添加 MySQL Docker 配置

This commit is contained in:
2026-01-23 17:59:00 +08:00
parent 772f871fb6
commit 18e70b5f03
2 changed files with 47 additions and 2 deletions

View File

@@ -15,6 +15,16 @@
# 环境标识development | production
ENVIRONMENT=development
# ============================================
# MySQL 配置
# ============================================
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_USER=vitals
MYSQL_PASSWORD=your_password_here
MYSQL_DATABASE=vitals
MYSQL_ROOT_PASSWORD=rootpassword
# ============================================
# 管理员账户(首次启动时自动创建)
# ============================================