added basic functionality to import designers into esales cluster
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://user:password@host/db_name'
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
||||
DEBUG = True
|
||||
API_KEYS = ['secretkey']
|
||||
API_KEYS = ['secretkey']
|
||||
ESALES_URL = 'username:password'
|
||||
ESALES_IMPORT_DIR = '/tmp/esales'
|
||||
Reference in New Issue
Block a user