From 459278d8597449d2a133228d97f3b897d08e6808 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 26 Dec 2017 17:52:30 +0100 Subject: fix db connection string --- bootstrap-standalone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap-standalone') diff --git a/bootstrap-standalone b/bootstrap-standalone index 5303532..80eacc4 100755 --- a/bootstrap-standalone +++ b/bootstrap-standalone @@ -57,7 +57,7 @@ function taler-exchange-keyup () { export PATH="$HOME/deployment/bin:$HOME/local/bin:\$PATH" export PYTHONPATH="$HOME/local/lib/python3.5/site-packages" -export TALER_CHECKDB="postgresql:///talercheck?host=$HOME/sockets" +export TALER_CHECKDB="postgres:///talercheck?host=$HOME/sockets" export TALER_CONFIG_CURRENCY=$CURRENCY export TALER_CONFIG_STANDALONE=1 -- cgit v1.2.3