odapi/config.py

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"