sms 活动短信
All checks were successful
Deploy to Server / deploy (push) Successful in 26s

This commit is contained in:
jeremygan2021
2026-02-23 17:15:53 +08:00
parent 5095e27391
commit 204ec48933

View File

@@ -99,7 +99,7 @@ DATABASES = {
}
}
#从环境变量获取数据库配置 (Docker 环境会自动注入这些变量)
#从环境变量获取数据库配置 (Docker 环境会自动注入这些变量
DB_HOST = os.environ.get('DB_HOST', '6.6.6.66')
if DB_HOST: