chore: 从 git 跟踪中移除含敏感信息的 config.yaml

将 config.yaml 添加到 .gitignore,并从 git 跟踪中移除。
配置现已通过 .env 环境变量管理,密码/token/AES key 不再提交到仓库。
This commit is contained in:
2026-05-09 15:02:52 +08:00
parent 7455d7e426
commit 04b78497b9
2 changed files with 2 additions and 135 deletions
+2
View File
@@ -8,3 +8,5 @@ __pycache__/
.pytest_cache/
*.egg-info/
dist/
config.yaml
gx_gp_monitor/config/config.yaml