Update settings.py

This commit is contained in:
Belmiro Moreira 2013-03-12 16:53:56 +01:00
parent a5b6ef2409
commit 9ecbba5ccb

View File

@ -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