v1.1.0: Alpine 轻量级 Docker 开发环境 + 敏感凭证清理

This commit is contained in:
lxy
2026-07-27 13:59:18 +08:00
parent feb76081a0
commit ccca0fa62b
51 changed files with 6125 additions and 993 deletions
+17
View File
@@ -0,0 +1,17 @@
# redis-proxy 连接配置模板
# 用法:复制为 redis-proxy.toml 后填入真实值(redis-proxy.toml 已在 .gitignore,不入库)
[server]
port = 3310
host = "0.0.0.0"
[pool]
idle_timeout_secs = 300
check_interval_secs = 60
[[connections]]
name = "flux_dev"
host = "<TEST_REDIS_HOST>"
port = 6379
password = "<REDIS_PASSWORD>"
db = 0