Skip to content

Commit

Permalink
Add changes addressed to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
valaparthvi committed Aug 26, 2017
1 parent fcbd2f7 commit d10329c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cadasta/config/settings/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@

SMS_GATEWAY = 'accounts.gateways.FakeGateway'

TWILIO_ACCOUNT_SID = os.environ['TWILIO_ACCOUNT_SID']
TWILIO_AUTH_TOKEN = os.environ['TWILIO_AUTH_TOKEN']
TWILIO_ACCOUNT_SID = os.environ.get('TWILIO_ACCOUNT_SID')
TWILIO_AUTH_TOKEN = os.environ.get('TWILIO_AUTH_TOKEN')

LOGGING = {
'version': 1,
Expand Down

0 comments on commit d10329c

Please sign in to comment.