summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/taler-deployment-config-generate18
1 files 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)