mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
install: Rename postgres options to postgresql.
This commit is contained in:
committed by
Tim Abbott
parent
1f7132f50d
commit
5eb8064a1a
@@ -317,7 +317,7 @@ elif REMOTE_POSTGRES_HOST != '':
|
||||
else:
|
||||
DATABASES['default']['OPTIONS']['sslmode'] = 'verify-full'
|
||||
|
||||
POSTGRES_MISSING_DICTIONARIES = bool(get_config('postgresql', 'missing_dictionaries', None))
|
||||
POSTGRESQL_MISSING_DICTIONARIES = bool(get_config('postgresql', 'missing_dictionaries', None))
|
||||
|
||||
########################################################################
|
||||
# RABBITMQ CONFIGURATION
|
||||
|
Reference in New Issue
Block a user