Skip to content

Commit

Permalink
Merge pull request #263 from appwrite/fix-msg91-env-var
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann authored Oct 18, 2023
2 parents ff6b3a8 + 98dfcc8 commit 1150526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/docs/advanced/self-hosting/sms/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Ensure the values you insert in the `_APP_SMS_PROVIDER` placeholders are [URL en
| Twilio | `sms://[ACCOUNT SID]:[AUTH TOKEN]@twilio` | `[TWILIO PHONE NUMBER]` |
| TextMagic| `sms://[USERNAME]:[API KEY]@text-magic` | `[PHONE NUMBER OR SENDER ID]` |
| TeleSign | `sms://[CUSTOMER ID]:[API KEY]@telesign` | `[TELESIGN PHONE NUMBER]` |
| MSG91 | `sms://[SENDER ID]:[AUTH KEY]@MSG91` | `[FLOW ID]` |
| MSG91 | `sms://[SENDER ID]:[AUTH KEY]@msg91` | `[FLOW ID]` |
| Vonage | `sms://[API KEY]:[API SECRET]@vonage` | `[PHONE NUMBER OR BRAND NAME]` |

{% partial file="update-variables.md" /%}
{% partial file="update-variables.md" /%}

0 comments on commit 1150526

Please sign in to comment.