Rename NOTIFY_FROM_NUMBER to MMG_FROM_NUMBER, there should be a separate short code per provider.

This commit is contained in:
Rebecca Law
2016-04-07 10:18:46 +01:00
parent 340f8ceaf6
commit c132bbf46e
4 changed files with 5 additions and 3 deletions

View File

@@ -40,6 +40,8 @@ export SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/notification_api'
export TWILIO_ACCOUNT_SID=[contact team member for account sid]
export TWILIO_AUTH_TOKEN=[contact team member for auth token]
export VERIFY_CODE_FROM_EMAIL_ADDRESS='no-reply@notify.works'
export MMG_API_KEY=mmg=secret-key
export MMG_FROM_NUMBER="MMG
"> environment.sh
```