odapi/config.py
2020-04-29 00:40:38 +02:00

8 lines
176 B
Python

from constants import connection_uri
class Config(object):
SQLALCHEMY_DATABASE_URI = connection_uri
SQLALCHEMY_TRACK_MODIFICATIONS = False
SECRET_KEY = "trolaso"