chore: 从 git 跟踪中移除含敏感信息的 config.yaml
将 config.yaml 添加到 .gitignore,并从 git 跟踪中移除。 配置现已通过 .env 环境变量管理,密码/token/AES key 不再提交到仓库。
This commit is contained in:
@@ -8,3 +8,5 @@ __pycache__/
|
||||
.pytest_cache/
|
||||
*.egg-info/
|
||||
dist/
|
||||
config.yaml
|
||||
gx_gp_monitor/config/config.yaml
|
||||
|
||||
Reference in New Issue
Block a user