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

Fix local tests #3104

Merged
merged 1 commit into from
Feb 27, 2023
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
10 changes: 6 additions & 4 deletions services/brig/brig.integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,12 @@ optSettings:
setDpopTokenExpirationTimeSecs: 300 # 5 minutes
setPublicKeyBundle: test/resources/jwt/ed25519_bundle.pem
setEnableMLS: true
setAllowlistEmailDomains:
- wire.com
setAllowlistPhonePrefixes:
- "+1555555"
# To only allow specific email address domains to register, uncomment and update the setting below
# setAllowlistEmailDomains:
# - wire.com
# To only allow specific phone number prefixes to register uncomment and update the settings below
# setAllowlistPhonePrefixes:
# - "+1555555"

logLevel: Warn
logNetStrings: false