Update settings.py
This commit is contained in:
parent
a5b6ef2409
commit
9ecbba5ccb
@ -18,7 +18,7 @@ except ImportError:
|
||||
db_host = os.environ.get('STACKTACH_DB_HOST', "")
|
||||
db_username = os.environ['STACKTACH_DB_USERNAME']
|
||||
db_password = os.environ['STACKTACH_DB_PASSWORD']
|
||||
db_port = os.environ['STACKTACH_DB_PORT', ""]
|
||||
db_port = os.environ.get('STACKTACH_DB_PORT', "")
|
||||
install_dir = os.environ['STACKTACH_INSTALL_DIR']
|
||||
|
||||
DEBUG = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user