No changes

This commit is contained in:
Thomas 2016-01-03 14:14:23 -06:00
parent 173429d160
commit 36274227d6

View file

@ -12,7 +12,7 @@ secret.close()
SECRET_KEY = key
SQLALCHEMY_DATABASE_URI = "mysql://root:@localhost/easyctf"
SQLALCHEMY_DATABASE_URI = "mysql://root:i_hate_passwords@localhost/easyctf"
SQLALCHEMY_TRACK_MODIFICATIONS = False
UPLOAD_FOLDER = os.path.normpath("files")