refactor(config): 将配置管理从doppler_config.py迁移到settings.py

This commit is contained in:
ben
2025-08-22 09:11:13 +00:00
parent ed49ef2833
commit 8ba2038293
21 changed files with 167 additions and 26 deletions

View File

@@ -82,7 +82,7 @@ doppler secrets set GOOGLE_GENAI_USE_VERTEXAI=TRUE
### 3.1 更新配置管理
需要更新 `config/doppler_config.py`
需要更新 `config/settings.py`
```python
def get_google_api_key() -> str:

View File

@@ -62,7 +62,7 @@ liurenchaxin/
│ ├── database/ # 数据库模块
│ └── api/ # API集成
├── config/ # 配置管理
│ └── doppler_config.py # Doppler配置
│ └── settings.py # Doppler配置
├── tests/ # 测试代码
├── docs/ # 文档
├── scripts/ # 工具脚本