Correct alignment.

This commit is contained in:
Tyler Bigler 2019-10-25 10:08:31 -04:00
parent 9fd61856a2
commit 8f8b1c9298

View File

@ -17,7 +17,7 @@ DATABASE = {
'PASSWORD': '', # 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
}
# This key is used for secure generation of random numbers and strings. It must never be exposed outside of this file.