commit e056f1079dad8b9c96d7e9e55a345fb044270aef
parent 851de61ffca6813aaf55df79bd8a6372bb48b79a
Author: Florian Dold <florian@dold.me>
Date: Mon, 30 Aug 2021 00:41:50 +0200
anastasis authz currency
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment-config-generate b/bin/taler-deployment-config-generate
@@ -272,7 +272,7 @@ def main(currency, envname, outdir, exchange_pub, frontends_apitoken):
ac.cfg_put("stasis-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}")
- ac.cfg_put("authorization-question", "cost", "{currency}:0")
+ ac.cfg_put("authorization-question", "cost", f"{currency}:0")
ac.cfg_put("authorization-question", "enabled", "yes")
config_files.append(ac)