We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a3c35 commit 4847a89Copy full SHA for 4847a89
project/settings.py
@@ -202,7 +202,7 @@ def split(string, delim):
202
'NAME': os.environ.get('DATABASE_NAME', 'share'),
203
'USER': os.environ.get('DATABASE_USER', 'postgres'),
204
'HOST': os.environ.get('DATABASE_HOST', 'localhost'),
205
- 'PORT': os.environ.get('DATABASE_PORT', '5432'),
+ 'PORT': os.environ.get('DATABASE_PORT', '35432'),
206
'PASSWORD': os.environ.get('DATABASE_PASSWORD', None),
207
'CONN_MAX_AGE': int(os.environ.get('CONN_MAX_AGE', 0 if DEBUG else 60)),
208
'TEST': {'SERIALIZE': False},
0 commit comments