TG-104 : Modif structure BDD

This commit is contained in:
Clément ARNAUDEAU
2017-01-23 12:26:07 +01:00
parent 3ac6092187
commit 534af3f7bb
4 changed files with 19 additions and 22 deletions

View File

@ -35,7 +35,7 @@ class Prod(Config):
class Debug(Config):
DEBUG = True
SESSION_COOKIE_SECURE = False
SQLALCHEMY_DATABASE_URI = 'mysql://ola:ola@localhost/OLA'
SQLALCHEMY_DATABASE_URI = 'mysql://ola:XXX@localhost/OLA'
class Test(Config):