Oups, forgot to remove after debugging session
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2020-10-21 22:23:47 +02:00
parent 2d9427407d
commit 4f5118d705
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ if db_host:
db_user, db_password, db_host, db_name
)
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = True
app.config['SQLALCHEMY_ECHO'] = False
app.config['SQLALCHEMY_ECHO'] = IS_DEBUG
app.config['SQLALCHEMY_ENGINE_OPTIONS'] = {
'pool_recycle': 200
}