gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: fix db connection


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix db connection string
Date: Tue, 26 Dec 2017 17:52:46 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 459278d  fix db connection string
459278d is described below

commit 459278d8597449d2a133228d97f3b897d08e6808
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Dec 26 17:52:30 2017 +0100

    fix db connection string
---
 bootstrap-standalone | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]