P5-4697 add bernard integration and send order row endpoint

This commit is contained in:
Martin Carlsson
2020-02-24 14:14:13 +01:00
committed by GitHub
parent fcf79ca75a
commit 20fa6b0322
9 changed files with 72 additions and 3 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ SQLALCHEMY_TRACK_MODIFICATIONS = True
DEBUG = True
API_KEYS = ['secretkey']
ESALES_URL = 'username:password'
ESALES_IMPORT_DIR = '/tmp/esales'
ESALES_IMPORT_DIR = '/tmp/esales'
BERNARD_QUEUE_URL = 'https://sqs.eu-west-1.amazonaws.com/<queue_id>/<queue_name>'