|
@@ -17,7 +17,7 @@ DATABASES = {
|
|
'NAME': 'hello_world', # Or path to database file if using sqlite3.
|
|
'NAME': 'hello_world', # Or path to database file if using sqlite3.
|
|
'USER': 'benchmarkdbuser', # Not used with sqlite3.
|
|
'USER': 'benchmarkdbuser', # Not used with sqlite3.
|
|
'PASSWORD': 'benchmarkdbpass', # Not used with sqlite3.
|
|
'PASSWORD': 'benchmarkdbpass', # Not used with sqlite3.
|
|
- 'HOST': os.environ.get('DBHOST', ''), # Set to empty string for localhost. Not used with sqlite3.
|
|
|
|
|
|
+ 'HOST': 'tfb-database', # Set to empty string for localhost. Not used with sqlite3.
|
|
'PORT': '', # Set to empty string for default. Not used with sqlite3.
|
|
'PORT': '', # Set to empty string for default. Not used with sqlite3.
|
|
'CONN_MAX_AGE': 30,
|
|
'CONN_MAX_AGE': 30,
|
|
}
|
|
}
|