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 scheme


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix db scheme
Date: Tue, 20 Mar 2018 10:13:16 +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 33b0451  fix db scheme
33b0451 is described below

commit 33b045130716ac804b345d7241fa197f238a8225
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Mar 20 10:12:59 2018 +0100

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

diff --git a/bootstrap-standalone b/bootstrap-standalone
index d2c0320..f907ceb 100755
--- a/bootstrap-standalone
+++ b/bootstrap-standalone
@@ -66,7 +66,7 @@ export TALER_CONFIG_STANDALONE=1
 export TALER_CONFIG_ENV=$ENVNAME
 
 export TALER_ENV_NAME=$ENVNAME
-export TALER_CONFIG_DB="postgresql:///taler?host=$HOME/sockets"
+export TALER_CONFIG_DB="postgres:///taler?host=$HOME/sockets"
 export TALER_ENV_URL_INTRO="https://env.taler.net/$ENVNAME/";
 export TALER_ENV_URL_BANK="https://env.taler.net/$ENVNAME/bank";
 export TALER_ENV_URL_MERCHANT_BLOG="https://env.taler.net/$ENVNAME/shop";

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



reply via email to

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