fix Deployment

This commit is contained in:
2025-07-28 02:54:05 +08:00
parent 39dbeecfe1
commit d7df247e58

View File

@@ -18,9 +18,22 @@ server:
# ===========================================
# 敏感信息通过外部环境变量注入
database:
password: Pg9mX4kL8nW2rT5y
host: "tyapi-postgres-prod"
port: "5432"
user: "tyapi_user"
password: "Pg9mX4kL8nW2rT5y"
name: "tyapi"
sslmode: "disable"
timezone: "Asia/Shanghai"
max_open_conns: 25
max_idle_conns: 10
conn_max_lifetime: 300s
auto_migrate: true
redis:
host: "tyapi-redis-prod"
port: "6379"
password: ""
db: 0
# ===========================================
# 📝 日志配置
# ===========================================