typo in template

This commit is contained in:
Sebastian Hugentobler 2019-03-27 18:38:25 +01:00
parent f78c863d9f
commit d456bb8a2e

View File

@ -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