No changes
This commit is contained in:
parent
173429d160
commit
36274227d6
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue