aboutsummaryrefslogtreecommitdiff
path: root/consul/configuration/chat/easybridge/registration.yaml.tpl
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-29 15:24:39 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-29 15:24:39 +0100
commite7a1a16884b774004fc2385b8c67cfa53699547b (patch)
treec91bf634cf6ecc61960e3be7fff51b674d5ecedd /consul/configuration/chat/easybridge/registration.yaml.tpl
parentf0a527ac7fc95bbe5102ddf709a5c4b95d03609c (diff)
downloadinfrastructure-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.tpl4
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: []