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: trailing slash ne


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: trailing slash needed
Date: Tue, 18 Jul 2017 09:43:45 +0200

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 a323aa9  trailing slash needed
a323aa9 is described below

commit a323aa942c6008fcb059ca2ca75dce7b660d1d28
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jul 18 09:43:35 2017 +0200

    trailing slash needed
---
 config/generate-config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/generate-config b/config/generate-config
index c01c72e..97c1cda 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -109,8 +109,8 @@ def config(currency, envname, exchange_pub, standalone):
 
     cfg_put("exchange-admin", "SERVE", "unix")
     cfg_put("exchange-admin", "unixpath", "$HOME/sockets/exchange-admin.http")
-    cfg_put("exchangedb", "AUDITOR_BASE_DIR", 
"${TALER_DEPLOYMENT_SHARED}/exchange/auditors")
-    cfg_put("exchangedb", "WIREFEE_BASE_DIR", 
"${TALER_DEPLOYMENT_SHARED}/exchange/wirefees")
+    cfg_put("exchangedb", "AUDITOR_BASE_DIR", 
"${TALER_DEPLOYMENT_SHARED}/exchange/auditors/")
+    cfg_put("exchangedb", "WIREFEE_BASE_DIR", 
"${TALER_DEPLOYMENT_SHARED}/exchange/wirefees/")
 
     if standalone:
         cfg_put("exchangedb-postgres", "db_conn_str", 
"postgres:///taler?host={}/sockets".format(os.getenv("HOME")))

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



reply via email to

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