mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
settings: Add option to set remote postgres port.
This commit is contained in:
@@ -282,6 +282,7 @@ if DEVELOPMENT:
|
||||
elif REMOTE_POSTGRES_HOST != '':
|
||||
DATABASES['default'].update({
|
||||
'HOST': REMOTE_POSTGRES_HOST,
|
||||
'PORT': REMOTE_POSTGRES_PORT
|
||||
})
|
||||
if get_secret("postgres_password") is not None:
|
||||
DATABASES['default'].update({
|
||||
|
||||
Reference in New Issue
Block a user