From d456bb8a2ec990312f71a7eeefb16d7c79ffe5ed Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 27 Mar 2019 18:38:25 +0100 Subject: [PATCH] typo in template --- rootfs/etc/confd/templates/config.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/config.yaml.tmpl b/rootfs/etc/confd/templates/config.yaml.tmpl index 148d340..fb824ec 100644 --- a/rootfs/etc/confd/templates/config.yaml.tmpl +++ b/rootfs/etc/confd/templates/config.yaml.tmpl @@ -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