added new variable for lib/mosp.py

pull/316/head
Cédric Bonhomme 2020-07-07 15:34:37 +02:00
parent 9f0241422b
commit 122428e8f0
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 2 additions and 0 deletions

View File

@ -329,6 +329,8 @@ SQLALCHEMY_DATABASE_URI = 'postgres://{user}:{password}@{host}:{port}/{name}'.fo
name=DATABASE_NAME, **DB_CONFIG_DICT
)
SQLALCHEMY_TRACK_MODIFICATIONS = False
MOSP_URL = 'https://objects.monarc.lu'
EOF"
export FLASK_APP=runserver.py