Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default config file #9372

Merged
merged 2 commits into from
Mar 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion packages/attestation-service/config/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ SMS_PROVIDERS=twilio

# Optional: set a different list or order of providers for a specific country.
# (They are tried from first to last, regardless of SMS_PROVIDERS_RANDOMIZED)
# We recommend the following country-specific settings (1.5.0+):
# We recommend the following country-specific settings:
# v1.5.0+
SMS_PROVIDERS_CN=twiliomessaging
SMS_PROVIDERS_VN=messagebird,twilioverify
SMS_PROVIDERS_TR=twilioverify
# 10DLC - ensure toll-free number registered with messagebird or remove
SMS_PROVIDERS_US=twilioverify,messagebird
# v1.2.0+
SMS_PROVIDERS_BR=messagebird,twilioverify,twiliomessaging
SMS_PROVIDERS_IN=messagebird,twilioverify,twiliomessaging
SMS_PROVIDERS_VE=messagebird,twilioverify,twiliomessaging
Expand Down