Fix postgres settings.
This commit is contained in:
parent
22b860e855
commit
c35ca979c5
|
@ -120,8 +120,8 @@ DATABASES = {
|
||||||
'NAME': 'test_myapp',
|
'NAME': 'test_myapp',
|
||||||
'USER': 'testuser',
|
'USER': 'testuser',
|
||||||
'PASSWORD': 's3cretPass',
|
'PASSWORD': 's3cretPass',
|
||||||
'HOST': 'postgres',
|
'HOST': 'localhost',
|
||||||
'PORT': 5432,
|
'PORT': '5432',
|
||||||
'CONN_MAX_AGE': 60*10 # Enable persistent connections
|
'CONN_MAX_AGE': 60*10 # Enable persistent connections
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue