Add template preview host url and key to cf config

This commit is contained in:
Ken Tsang
2017-12-12 14:53:38 +00:00
parent da93ba296e
commit ebfd78f3cf
6 changed files with 34 additions and 2 deletions

View File

@@ -374,6 +374,7 @@ class Test(Config):
SMS_INBOUND_WHITELIST = ['203.0.113.195']
FIRETEXT_INBOUND_SMS_AUTH = ['testkey']
TEMPLATE_PREVIEW_API_HOST = 'http://localhost:9999'
class Preview(Config):