fixe stuff

This commit is contained in:
histausse 2021-09-04 20:28:28 +02:00
parent 6dfa28d41d
commit a80144c1a9
Signed by: histausse
GPG key ID: 67486F107F62E9E9
3 changed files with 3 additions and 3 deletions

View file

@ -53,6 +53,8 @@
no_log: true
- name: Generate facebook-registration.yaml
become: yes
become_user: mautrix-facebook
shell:
cmd: "/opt/mautrix-facebook/bin/python -m mautrix_facebook -g"
chdir: /opt/mautrix-facebook
@ -61,8 +63,6 @@
no_log: true
- name: Copy config for synapse
become: yes
become_user: mautrix-facebook
file:
src: /opt/mautrix-facebook/registration.yaml
dest: /etc/matrix-synapse/facebook-registration.yaml

View file

@ -77,7 +77,7 @@ appservice:
# Authentication tokens for AS <-> HS communication. Autogenerated; do not modify.
as_token: {{ matrix_bridge_facebook_as_token }}
hs_token: {{ matrix_bridge_facebook_as_token }}
hs_token: {{ matrix_bridge_facebook_hs_token }}
# Prometheus telemetry config. Requires prometheus-client to be installed.
metrics: