8 lines
293 B
Python
8 lines
293 B
Python
SQLALCHEMY_DATABASE_URI = 'postgresql://user:password@host/db_name'
|
|
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
|
DEBUG = True
|
|
API_KEYS = ['secretkey']
|
|
ESALES_URL = 'username:password'
|
|
ESALES_IMPORT_DIR = '/tmp/esales'
|
|
BERNARD_QUEUE_URL = 'https://sqs.eu-west-1.amazonaws.com/<queue_id>/<queue_name>'
|