use uppercase for PORT configuration (#54189)

This commit is contained in:
Benjamin Dauvergne 2021-05-21 12:41:28 +02:00
parent cf32fd59d3
commit c17b6e317b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ THEMES_DIRECTORY = '{{themes_dir}}'
ALLOWED_HOSTS = ['*']
if PROJECT_NAME != 'wcs':
DATABASES['default']['port'] = {{postgresql_port}}
DATABASES['default']['PORT'] = {{postgresql_port}}
LOGGING = {
'disable_existing_loggers': True,