4 lines
143 B
Python
4 lines
143 B
Python
SQLALCHEMY_DATABASE_URI = 'postgresql://user:password@host/db_name'
|
|
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
|
DEBUG = True
|
|
API_KEYS = ['secretkey'] |