commit bc59c76134678a75c593f074d1d5c3bf2ac31271
parent 255190468b6fb1ac1da9e19eb7deb18b41812d26
Author: Florian Dold <florian@dold.me>
Date: Mon, 30 Aug 2021 00:09:36 +0200
missing truth upload fee
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/taler-deployment-config-generate b/bin/taler-deployment-config-generate
@@ -265,6 +265,7 @@ def main(currency, envname, outdir, exchange_pub, frontends_apitoken):
ac.cfg_put("anastasis", "annual_fee", f"{currency}:0")
ac.cfg_put("anastasis", "question_cost", f"{currency}:0")
ac.cfg_put("anastasis", "insurance", f"{currency}:0")
+ ac.cfg_put("anastasis", "truth_upload_fee", f"{currency}:0")
ac.cfg_put("anastasis", "fulfillment_url", "taler://fulfillment-success/")
ac.cfg_put("anastasis", "server_salt", "kreb3ia9dmj43gfa")
ac.cfg_put("stasis-postgres", "config", f"postgres:///taler{envname}")