gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: write to correct config file


From: gnunet
Subject: [taler-deployment] branch master updated: write to correct config file
Date: Sun, 29 Aug 2021 23:12:21 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7b7480d  write to correct config file
7b7480d is described below

commit 7b7480dd90f4e066a02ee42e7bbb33fe23514366
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Aug 29 23:12:18 2021 +0200

    write to correct config file
---
 bin/taler-deployment-config-generate | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/bin/taler-deployment-config-generate 
b/bin/taler-deployment-config-generate
index 1ee404a..63c0bd9 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -260,15 +260,15 @@ def main(currency, envname, outdir, exchange_pub, 
frontends_apitoken):
 
     ac = ConfigFile(envname, currency, exchange_pub, "anastasis.conf")
     ac.cfg_put("taler", "currency", currency)
-    sc.cfg_put("anastasis", "serve", "unix")
-    sc.cfg_put("anastasis", "unixpath", "$HOME/sockets/anastasis.http")
-    sc.cfg_put("anastasis", "annual_fee", f"{currency}:0")
-    sc.cfg_put("anastasis", "question_cost", f"{currency}:0")
-    sc.cfg_put("anastasis", "fulfillment_url", "taler://fulfillment-success/")
-    sc.cfg_put("anastasis", "server_salt", "kreb3ia9dmj43gfa")
-    sc.cfg_put("statis-postgres", "config", f"postgres:///taler{envname}")
-    sc.cfg_put("anastasis-merchant-backend", "payment_backend_url", 
urls["merchant_backend"] + "instances/anastasis/")
-    sc.cfg_put("anastasis-merchant-backend", "api_key", f"Bearer 
{frontends_apitoken}")
+    ac.cfg_put("anastasis", "serve", "unix")
+    ac.cfg_put("anastasis", "unixpath", "$HOME/sockets/anastasis.http")
+    ac.cfg_put("anastasis", "annual_fee", f"{currency}:0")
+    ac.cfg_put("anastasis", "question_cost", f"{currency}:0")
+    ac.cfg_put("anastasis", "fulfillment_url", "taler://fulfillment-success/")
+    ac.cfg_put("anastasis", "server_salt", "kreb3ia9dmj43gfa")
+    ac.cfg_put("statis-postgres", "config", f"postgres:///taler{envname}")
+    ac.cfg_put("anastasis-merchant-backend", "payment_backend_url", 
urls["merchant_backend"] + "instances/anastasis/")
+    ac.cfg_put("anastasis-merchant-backend", "api_key", f"Bearer 
{frontends_apitoken}")
     config_files.append(ac)
 
     assert 0 < len(config_files)

-- 
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]