From afdea3375ac18174d93671190d87040cc47d9c2a Mon Sep 17 00:00:00 2001 From: Disassembler Date: Tue, 6 Feb 2018 18:04:16 +0100 Subject: [PATCH] Fix Motech database password placeholder --- motech/srv/motech/conf/config/bootstrap.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motech/srv/motech/conf/config/bootstrap.properties b/motech/srv/motech/conf/config/bootstrap.properties index b8e01c1..4df406a 100644 --- a/motech/srv/motech/conf/config/bootstrap.properties +++ b/motech/srv/motech/conf/config/bootstrap.properties @@ -18,6 +18,6 @@ motech.message.redelivery.delay=1 org.osgi.framework.storage=/srv/tomcat/.motech/felix-cache sql.driver=org.postgresql.Driver -sql.password= +sql.password=${MOTECH_PWD} sql.url=jdbc\:postgresql\://postgres\:5432/ sql.user=motech