From 60c5940b8767829e7fc7f2d20ff8f4141f7f2ac2 Mon Sep 17 00:00:00 2001 From: Leif Battermann Date: Fri, 24 Feb 2023 18:55:03 +0000 Subject: [PATCH] fix local tests --- services/brig/brig.integration.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/services/brig/brig.integration.yaml b/services/brig/brig.integration.yaml index 02fcd07db83..ae6441ab880 100644 --- a/services/brig/brig.integration.yaml +++ b/services/brig/brig.integration.yaml @@ -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