typo in template
This commit is contained in:
parent
f78c863d9f
commit
d456bb8a2e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ appservice:
|
|||
# The database type. Only "sqlite3" is supported.
|
||||
type: postgres
|
||||
# The database URI. Usually file name. https://github.com/mattn/go-sqlite3#connection-string
|
||||
uri: {{ DATABASE_DATASOURCE }}
|
||||
uri: {{ getenv "DATABASE_DATASOURCE" }}
|
||||
# Path to the Matrix room state store.
|
||||
state_store_path: /var/lib/matrix-bridge/data/mx-state.json
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue