feat: 添加 G5 数据库支持,更新配置和文档
This commit is contained in:
@@ -29,6 +29,16 @@ POSTGRES_IDLE_TIMEOUT_MS=30000
|
||||
DB_SCHEMA=onoffline
|
||||
DB_TABLE=onoffline_record
|
||||
|
||||
# =========================
|
||||
# PostgreSQL 配置 G5库专用
|
||||
# =========================
|
||||
POSTGRES_HOST_G5=10.8.8.80
|
||||
POSTGRES_PORT_G5=5434
|
||||
POSTGRES_DATABASE_G5=log_platform
|
||||
POSTGRES_USER_G5=log_admin
|
||||
POSTGRES_PASSWORD_G5=H3IkLUt8K!x
|
||||
POSTGRES_IDLE_TIMEOUT_MS_G5=30000
|
||||
|
||||
PORT=3001
|
||||
LOG_LEVEL=info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user