Use webdomain var everywhere
This commit is contained in:
parent
fd64bcb708
commit
a4d66d8733
|
@ -5,7 +5,7 @@ no_tls: True
|
||||||
tls_fingerprints: []
|
tls_fingerprints: []
|
||||||
pid_file: "/var/run/matrix-synapse.pid"
|
pid_file: "/var/run/matrix-synapse.pid"
|
||||||
soft_file_limit: 0
|
soft_file_limit: 0
|
||||||
public_baseurl: "https://im.bonifacelabs.ca"
|
public_baseurl: "https://im.{{ blsedomains_webdomain }}"
|
||||||
listeners:
|
listeners:
|
||||||
- port: 8008
|
- port: 8008
|
||||||
tls: false
|
tls: false
|
||||||
|
@ -96,13 +96,13 @@ email:
|
||||||
smtp_user: "{{ username_email_root }}"
|
smtp_user: "{{ username_email_root }}"
|
||||||
smtp_pass: "{{ passwd_email_root }}"
|
smtp_pass: "{{ passwd_email_root }}"
|
||||||
require_transport_security: True
|
require_transport_security: True
|
||||||
notif_from: "The BLSE Matrix Server <matrix@bonifacelabs.ca>"
|
notif_from: "The BLSE Matrix Server <matrix@{{ blsedomains_webdomain }}"
|
||||||
app_name: Matrix
|
app_name: Matrix
|
||||||
template_dir: res/templates
|
template_dir: res/templates
|
||||||
notif_template_html: notif_mail.html
|
notif_template_html: notif_mail.html
|
||||||
notif_template_text: notif_mail.txt
|
notif_template_text: notif_mail.txt
|
||||||
notif_for_new_users: True
|
notif_for_new_users: True
|
||||||
riot_base_url: "https://riot.bonifacelabs.ca"
|
riot_base_url: "https://riot.{{ blsedomains_webdomain }}"
|
||||||
password_providers:
|
password_providers:
|
||||||
- module: "rest_auth_provider.RestAuthProvider"
|
- module: "rest_auth_provider.RestAuthProvider"
|
||||||
config:
|
config:
|
||||||
|
|
Loading…
Reference in New Issue