esales url added to test config

This commit is contained in:
Martin
2016-07-15 16:55:02 +02:00
parent f6849225b6
commit e8f79ae3ef
+1
View File
@@ -1,5 +1,6 @@
SQLALCHEMY_DATABASE_URI = 'sqlite://'
SQLALCHEMY_TRACK_MODIFICATIONS = True
PRESERVE_CONTEXT_ON_EXCEPTION = False
ESALES_URL = ''
TESTING = True
DEBUG = True