SQLALCHEMY_DATABASE_URI = 'postgresql://user:password@host/db_name' SQLALCHEMY_TRACK_MODIFICATIONS = True DEBUG = True API_KEYS = ['secretkey'] BERNARD_QUEUE_URL = 'https://sqs.eu-west-1.amazonaws.com//'