odapi/src/config.py

8 lines
176 B
Python
Raw Normal View History

2020-03-23 21:17:16 +01:00
from constants import CONNECTION_URI
class Config(object):
SQLALCHEMY_DATABASE_URI = CONNECTION_URI
SQLALCHEMY_TRACK_MODIFICATIONS = False
SECRET_KEY = "trolaso"