Remove \t

This commit is contained in:
Rebecca Law
2017-11-29 14:30:02 +00:00
parent 0d86738696
commit 39950c47bc
3 changed files with 19 additions and 2 deletions

View File

@@ -329,6 +329,7 @@ class Development(Config):
class Test(Config):
SQLALCHEMY_ECHO = True
NOTIFY_EMAIL_DOMAIN = 'test.notify.com'
FROM_NUMBER = 'testing'
NOTIFY_ENVIRONMENT = 'test'