taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit f9219de93bcc962c8773335a32cc60ebf55d59b4
parent 1aca8e15644d9698432834bdcd339aca15b2a934
Author: Florian Dold <florian@dold.me>
Date:   Wed,  6 Jan 2021 12:36:56 +0100

adjust config

Diffstat:
Mbin/taler-config-generate | 40+---------------------------------------
1 file changed, 1 insertion(+), 39 deletions(-)

diff --git 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",