summaryrefslogtreecommitdiff
path: root/bootstrap-standalone
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-26 17:52:30 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-26 17:52:30 +0100
commit459278d8597449d2a133228d97f3b897d08e6808 (patch)
tree7860b9207bd6a45f618724d53ab4fa611b0f1756 /bootstrap-standalone
parentac873e13a7ca0ebd35f4cad64c08101f08f7b769 (diff)
downloaddeployment-459278d8597449d2a133228d97f3b897d08e6808.tar.gz
deployment-459278d8597449d2a133228d97f3b897d08e6808.tar.bz2
deployment-459278d8597449d2a133228d97f3b897d08e6808.zip
fix db connection string
Diffstat (limited to 'bootstrap-standalone')
-rwxr-xr-xbootstrap-standalone2
1 files changed, 1 insertions, 1 deletions
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