mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
FIX: clear db_backup_port default value
The presence of this value with the postgresql default keeps tripping up people. We shouldn't set this here. examples: * https://meta.discourse.org/t/84439/2 * https://meta.discourse.org/t/100604/7 * https://meta.discourse.org/t/223144/6 * https://meta.discourse.org/t/291992/10
This commit is contained in:
parent
d5e3a47d3c
commit
7157798938
@ -35,7 +35,7 @@ db_backup_host =
|
||||
db_port =
|
||||
|
||||
# db server port to use when taking a backup via `pg_dump`
|
||||
db_backup_port = 5432
|
||||
db_backup_port =
|
||||
|
||||
# database name running discourse
|
||||
db_name = discourse
|
||||
|
Loading…
Reference in New Issue
Block a user