correct config
This commit is contained in:
parent
cc210a0da0
commit
90526d837d
2 changed files with 5 additions and 3 deletions
|
@ -36,8 +36,8 @@ appservice:
|
|||
avatar: mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr
|
||||
|
||||
# Authentication tokens for AS <-> HS communication. Autogenerated; do not modify.
|
||||
as_token: ""
|
||||
hs_token: ""
|
||||
as_token: "{{ getenv "AS_TOKEN" }}"
|
||||
hs_token: {{ getenv "HS_TOKEN" }}"
|
||||
|
||||
# Bridge config. Currently unused.
|
||||
bridge:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue