Correct alignment

This commit is contained in:
Tyler Bigler 2019-10-25 10:03:37 -04:00
parent 2631f1bb7e
commit d8c82d1d33

View File

@ -32,7 +32,7 @@ DATABASE = {
'PASSWORD': 'J5brHrAXFLQSif0K', # PostgreSQL password
'HOST': 'localhost', # Database server
'PORT': '', # Database port (leave blank for default)
'CONN_MAX_AGE': 300, # Max database connection age
'CONN_MAX_AGE': 300, # Max database connection age
}
```