API Keys point to Console Dev Tools

This commit is contained in:
Jeff Linwood
2017-05-18 10:44:51 -05:00
committed by GitHub
parent 206402c9b4
commit 2dbba21c1a

View File

@@ -30,8 +30,8 @@ Every sample in the demo requires some basic credentials from your Twilio accoun
| Config Value | Description | | Config Value | Description |
| :------------- |:------------- | | :------------- |:------------- |
`TWILIO_ACCOUNT_SID` | Your primary Twilio account identifier - find this [in the console here](https://www.twilio.com/console). `TWILIO_ACCOUNT_SID` | Your primary Twilio account identifier - find this [in the console here](https://www.twilio.com/console).
`TWILIO_API_KEY` | Used to authenticate - [generate one here](https://www.twilio.com/console/video/dev-tools/api-keys). `TWILIO_API_KEY` | Used to authenticate - [generate one here](https://www.twilio.com/console/dev-tools/api-keys).
`TWILIO_API_SECRET` | Used to authenticate - [just like the above, you'll get one here](https://www.twilio.com/console/video/dev-tools/api-keys). `TWILIO_API_SECRET` | Used to authenticate - [just like the above, you'll get one here](https://www.twilio.com/console/dev-tools/api-keys).
#### A Note on API Keys #### A Note on API Keys