Silences SQLALCHEMY_TRACK_MODIFICATIONS warning
This commit is contained in:
parent
40e12f5ab5
commit
cbd8d2f46c
|
@ -15,6 +15,7 @@ connexion_app = connexion.FlaskApp(__name__)
|
|||
|
||||
app = connexion_app.app
|
||||
app.config.from_object('config.default')
|
||||
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
|
||||
auth = HTTPTokenAuth('Bearer')
|
||||
|
||||
if "TESTING" in os.environ and os.environ["TESTING"] == "true":
|
||||
|
|
Loading…
Reference in New Issue