WIP-CHECKPOINT[auth-refactor]: 固化工程师崩溃前部分成果 + 同树其他未提交WIP(仅源码,不含密钥/二进制)-- 待重激活工程师续作
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
# 添加 settings 行
|
||||
|
||||
with open("/app/app/config.py", "a") as f:
|
||||
f.write("\n\n# 创建全局配置实例\n# 整个应用通过 from app.config import settings 使用同一个实例\nsettings = Settings()\n")
|
||||
|
||||
print("Done!")
|
||||
Reference in New Issue
Block a user