优化 PostgreSQL 数据目录初始化和启动逻辑

This commit is contained in:
jxxghp
2025-08-18 20:55:33 +08:00
parent d9ad2630f0
commit 324ad2a87c
3 changed files with 31 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
# Connection and Authentication
listen_addresses = '*'
port = ${DB_POSTGRESQL_PORT:-5432}
port = ${DB_POSTGRESQL_PORT}
max_connections = 100
# Memory Configuration