install: Rename postgres options to postgresql.

This commit is contained in:
Alex Vandiver
2020-10-26 14:35:47 -07:00
committed by Tim Abbott
parent 1f7132f50d
commit 5eb8064a1a
6 changed files with 22 additions and 21 deletions

View File

@@ -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