Skip to content

Commit dcf520f

Browse files
authored
Update readme to clarify Twilio Credentials.
1 parent 0f24909 commit dcf520f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ pipenv install twilio
166166
```
167167
168168
and set the ``TWILIO_ACCOUNT_SID`` and ``TWILIO_AUTH_TOKEN`` environment
169-
variables.
169+
variables. These are read from `os.environ`, so make sure you don't put
170+
them in your settings file accidentally.
170171
171172
You’ll also need to specify the number you send the token from with the
172173
``PASSWORDLESS_MOBILE_NOREPLY_NUMBER`` setting.

0 commit comments

Comments
 (0)