gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: adjust config


From: gnunet
Subject: [taler-deployment] branch master updated: adjust config
Date: Wed, 06 Jan 2021 11:36:58 +0100

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 f9219de  adjust config
f9219de is described below

commit f9219de93bcc962c8773335a32cc60ebf55d59b4
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jan 6 12:36:56 2021 +0100

    adjust config
---
 bin/taler-config-generate | 40 +---------------------------------------
 1 file changed, 1 insertion(+), 39 deletions(-)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index 0493d17..6e73bfb 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -68,7 +68,7 @@ def coin(
 def config(obj):
     urls = get_urls(obj.envname)
     obj.cfg_put("paths", "TALER_DEPLOYMENT_DATA", "${HOME}/taler-data")
-    obj.cfg_put("paths", "TALER_DATA_HOME", "${HOME}/taler-data")
+    obj.cfg_put("paths", "TALER_RUNTIME_DIR", "${HOME}/taler-runtime")
     obj.cfg_put("taler", "CURRENCY", obj.currency)
     obj.cfg_put("taler", "CURRENCY_ROUND_UNIT", f"{obj.currency}:0.01")
     if obj.envname != "local":
@@ -187,11 +187,6 @@ def config(obj):
     obj.cfg_put(
         "exchange-account-1", "payto_uri", 
"{}Exchange".format(urls["talerbank_payto"])
     )
-    obj.cfg_put(
-        "exchange-account-1",
-        "wire_response",
-        "${TALER_DATA_HOME}/exchange/wire/test.json",
-    )
     obj.cfg_put("exchange-account-1", "wire_gateway_auth_method", "basic")
     obj.cfg_put("exchange-account-1", "wire_gateway_url", bank_acct_url)
     obj.cfg_put("exchange-account-1", "username", "Exchange")
@@ -199,39 +194,6 @@ def config(obj):
     obj.cfg_put("exchange-account-1", "enable_debit", "yes")
     obj.cfg_put("exchange-account-1", "enable_credit", "yes")
 
-    obj.cfg_put("fees-x-taler-bank", "wire-fee-2020", obj.currency + ":" + 
"0.04")
-    obj.cfg_put("fees-x-taler-bank", "wire-fee-2021", obj.currency + ":" + 
"0.04")
-    obj.cfg_put("fees-x-taler-bank", "wire-fee-2022", obj.currency + ":" + 
"0.05")
-    obj.cfg_put("fees-x-taler-bank", "wire-fee-2023", obj.currency + ":" + 
"0.06")
-    obj.cfg_put("fees-x-taler-bank", "wire-fee-2024", obj.currency + ":" + 
"0.07")
-    obj.cfg_put("fees-x-taler-bank", "wire-fee-2025", obj.currency + ":" + 
"0.08")
-    obj.cfg_put("fees-x-taler-bank", "wire-fee-2026", obj.currency + ":" + 
"0.02")
-    obj.cfg_put("fees-x-taler-bank", "wire-fee-2027", obj.currency + ":" + 
"0.03")
-    obj.cfg_put("fees-x-taler-bank", "wire-fee-2028", obj.currency + ":" + 
"0.03")
-    obj.cfg_put("fees-x-taler-bank", "wire-fee-2029", obj.currency + ":" + 
"0.03")
-
-    obj.cfg_put("fees-x-taler-bank", "closing-fee-2020", obj.currency + ":" + 
"0.01")
-    obj.cfg_put("fees-x-taler-bank", "closing-fee-2021", obj.currency + ":" + 
"0.01")
-    obj.cfg_put("fees-x-taler-bank", "closing-fee-2022", obj.currency + ":" + 
"0.01")
-    obj.cfg_put("fees-x-taler-bank", "closing-fee-2023", obj.currency + ":" + 
"0.01")
-    obj.cfg_put("fees-x-taler-bank", "closing-fee-2024", obj.currency + ":" + 
"0.01")
-    obj.cfg_put("fees-x-taler-bank", "closing-fee-2025", obj.currency + ":" + 
"0.01")
-    obj.cfg_put("fees-x-taler-bank", "closing-fee-2026", obj.currency + ":" + 
"0.01")
-    obj.cfg_put("fees-x-taler-bank", "closing-fee-2027", obj.currency + ":" + 
"0.01")
-    obj.cfg_put("fees-x-taler-bank", "closing-fee-2028", obj.currency + ":" + 
"0.01")
-    obj.cfg_put("fees-x-taler-bank", "closing-fee-2029", obj.currency + ":" + 
"0.01")
-
-    # how long is one signkey valid?
-    obj.cfg_put("exchange_keys", "signkey_duration", "18 weeks")
-
-    # how long are the signatures with the signkey valid?
-    obj.cfg_put("exchange_keys", "legal_duration", "2 years")
-
-    # how long do we generate denomination and signing keys
-    # ahead of time?
-    obj.cfg_put("exchange_keys", "lookahead_sign", "32 weeks 1 day")
-    obj.cfg_put("exchange_keys", "lookahead_provide", "4 weeks 1 day")
-
     obj.cfg_put(
         "merchant-account-merchant",
         "payto_uri",

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