mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-24 18:52:07 +08:00
优化 PostgreSQL 数据目录初始化和启动逻辑
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
# Connection and Authentication
|
||||
listen_addresses = '*'
|
||||
port = ${DB_POSTGRESQL_PORT:-5432}
|
||||
port = ${DB_POSTGRESQL_PORT}
|
||||
max_connections = 100
|
||||
|
||||
# Memory Configuration
|
||||
|
||||
Reference in New Issue
Block a user