Update settings.py

This commit is contained in:
Belmiro Moreira 2013-03-12 16:24:53 +01:00
parent 3c6cc39123
commit a5b6ef2409

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['STACKTACH_DB_PORT', ""]
install_dir = os.environ['STACKTACH_INSTALL_DIR']
DEBUG = False