aboutsummaryrefslogtreecommitdiff
path: root/app/config/configuration/chat/easybridge
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-01-18 16:46:21 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-01-18 16:46:21 +0100
commit2c2efdc27684c1382a4949cff8fe06ee36c0f4c0 (patch)
treec01dd9454deeec6f43ce5ccd94d12138e6f9ea18 /app/config/configuration/chat/easybridge
parent6c8c861dd50aebf4a12232ecc1fab12c5f83bf03 (diff)
parentad6017eea058f7cb6fdf078783f992a4f45a3e15 (diff)
downloadinfrastructure-2c2efdc27684c1382a4949cff8fe06ee36c0f4c0.tar.gz
infrastructure-2c2efdc27684c1382a4949cff8fe06ee36c0f4c0.zip
Merge branch 'master' of git.deuxfleurs.fr:Deuxfleurs/infrastructure
Diffstat (limited to 'app/config/configuration/chat/easybridge')
-rw-r--r--app/config/configuration/chat/easybridge/config.json.tpl17
-rw-r--r--app/config/configuration/chat/easybridge/registration.yaml.tpl14
2 files changed, 0 insertions, 31 deletions
diff --git a/app/config/configuration/chat/easybridge/config.json.tpl b/app/config/configuration/chat/easybridge/config.json.tpl
deleted file mode 100644
index 40ecc44..0000000
--- a/app/config/configuration/chat/easybridge/config.json.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "log_level": "info",
- "easybridge_avatar": "/app/easybridge.jpg",
-
- "web_bind_addr": "0.0.0.0:8281",
- "web_url": "https://easybridge.deuxfleurs.fr",
- "web_session_key": "{{ key "secrets/chat/easybridge/web_session_key" | trimSpace }}",
-
- "appservice_bind_addr": "0.0.0.0:8321",
- "registration": "/data/registration.yaml",
- "homeserver_url": "https://im.deuxfleurs.fr",
- "matrix_domain": "deuxfleurs.fr",
- "name_format": "{}_ezbr_",
-
- "db_type": "postgres",
- "db_path": "host=psql-proxy.service.2.cluster.deuxfleurs.fr port=5432 user={{ key "secrets/chat/easybridge/db_user" | trimSpace }} dbname=easybridge password={{ key "secrets/chat/easybridge/db_pass" | trimSpace }} sslmode=disable"
-}
diff --git a/app/config/configuration/chat/easybridge/registration.yaml.tpl b/app/config/configuration/chat/easybridge/registration.yaml.tpl
deleted file mode 100644
index ec098fd..0000000
--- a/app/config/configuration/chat/easybridge/registration.yaml.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-id: Easybridge
-url: http://easybridge-api.service.2.cluster.deuxfleurs.fr:8321
-as_token: {{ key "secrets/chat/easybridge/as_token" | trimSpace }}
-hs_token: {{ key "secrets/chat/easybridge/hs_token" | trimSpace }}
-sender_localpart: _ezbr_
-rate_limited: false
-namespaces:
- users:
- - exclusive: true
- regex: '@.*_ezbr_'
- aliases:
- - exclusive: true
- regex: '#.*_ezbr_'
- rooms: []