summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-06 12:36:56 +0100
committerFlorian Dold <florian@dold.me>2021-01-06 12:36:56 +0100
commitf9219de93bcc962c8773335a32cc60ebf55d59b4 (patch)
treea90cb4e9279e67748e93dac131b18251d5c303ca /bin
parent1aca8e15644d9698432834bdcd339aca15b2a934 (diff)
downloaddeployment-f9219de93bcc962c8773335a32cc60ebf55d59b4.tar.gz
deployment-f9219de93bcc962c8773335a32cc60ebf55d59b4.tar.bz2
deployment-f9219de93bcc962c8773335a32cc60ebf55d59b4.zip
adjust config
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-config-generate40
1 files changed, 1 insertions, 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",