gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix generated configs


From: gnunet
Subject: [taler-deployment] branch master updated: fix generated configs
Date: Tue, 01 Jun 2021 20:45:37 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 091b19d  fix generated configs
091b19d is described below

commit 091b19d4bbb2f18730237683a3fd4e72d289e5e6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 1 20:45:35 2021 +0200

    fix generated configs
---
 bin/taler-deployment-config-generate | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/taler-deployment-config-generate 
b/bin/taler-deployment-config-generate
index 5d5e50b..e721590 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -148,6 +148,7 @@ def config(obj):
         urls["exchange"],
     )
     obj.cfg_put("auditor", "serve", "unix")
+    obj.cfg_put("auditor", "base_url", urls["auditor"])
     obj.cfg_put("auditor", "auditor_url", urls["auditor"])
     obj.cfg_put("auditor", "unixpath", "$HOME/sockets/auditor.http")
     obj.cfg_put("auditor", "tiny_amount", obj.currency + ":0.01")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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