commit 459278d8597449d2a133228d97f3b897d08e6808
parent ac873e13a7ca0ebd35f4cad64c08101f08f7b769
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 26 Dec 2017 17:52:30 +0100
fix db connection string
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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