fix: 更新 PostgreSQL 主机地址和密码,修正心跳事件表名

This commit is contained in:
2026-03-24 08:30:06 +08:00
parent a21b72f90c
commit 7d9bea3522
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
POSTGRES_HOST=10.8.8.109
POSTGRES_HOST=10.8.8.80
POSTGRES_PORT=5433
POSTGRES_DATABASE=log_platform
POSTGRES_USER=log_admin
POSTGRES_PASSWORD=YourActualStrongPasswordForPostgres!
POSTGRES_PASSWORD=H3IkLUt8K!x
POSTGRES_MAX_CONNECTIONS=2
POSTGRES_IDLE_TIMEOUT_MS=30000