diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-29 15:24:39 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-29 15:24:39 +0100 |
commit | e7a1a16884b774004fc2385b8c67cfa53699547b (patch) | |
tree | c91bf634cf6ecc61960e3be7fff51b674d5ecedd /consul/configuration/chat/easybridge/registration.yaml.tpl | |
parent | f0a527ac7fc95bbe5102ddf709a5c4b95d03609c (diff) | |
download | infrastructure-e7a1a16884b774004fc2385b8c67cfa53699547b.tar.gz infrastructure-e7a1a16884b774004fc2385b8c67cfa53699547b.zip |
Reconfigure so that user IDs are as prefixes and not suffixes
Diffstat (limited to 'consul/configuration/chat/easybridge/registration.yaml.tpl')
-rw-r--r-- | consul/configuration/chat/easybridge/registration.yaml.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/consul/configuration/chat/easybridge/registration.yaml.tpl b/consul/configuration/chat/easybridge/registration.yaml.tpl index 006a968..ec098fd 100644 --- a/consul/configuration/chat/easybridge/registration.yaml.tpl +++ b/consul/configuration/chat/easybridge/registration.yaml.tpl @@ -7,8 +7,8 @@ rate_limited: false namespaces: users: - exclusive: true - regex: '@_ezbr_.*' + regex: '@.*_ezbr_' aliases: - exclusive: true - regex: '#_ezbr_.*' + regex: '#.*_ezbr_' rooms: [] |