Fixed typo and moved the sms free limit into the config.

This commit is contained in:
Martyn Inglis
2017-06-01 17:04:41 +01:00
parent 52326539d6
commit e236cc4cbe
2 changed files with 7 additions and 6 deletions

View File

@@ -59,6 +59,8 @@ class Config(object):
ACTIVITY_STATS_LIMIT_DAYS = 7
TEST_MESSAGE_FILENAME = 'Test message'
SMS_FREE_TIER_AMOUNT = 250000
STATSD_ENABLED = False
STATSD_HOST = "statsd.hostedgraphite.com"
STATSD_PORT = 8125