typo in template
This commit is contained in:
parent
f78c863d9f
commit
d456bb8a2e
@ -20,7 +20,7 @@ appservice:
|
|||||||
# The database type. Only "sqlite3" is supported.
|
# The database type. Only "sqlite3" is supported.
|
||||||
type: postgres
|
type: postgres
|
||||||
# The database URI. Usually file name. https://github.com/mattn/go-sqlite3#connection-string
|
# 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.
|
# Path to the Matrix room state store.
|
||||||
state_store_path: /var/lib/matrix-bridge/data/mx-state.json
|
state_store_path: /var/lib/matrix-bridge/data/mx-state.json
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user