summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-29 23:16:49 +0200
committerFlorian Dold <florian@dold.me>2021-08-29 23:16:49 +0200
commitf5c54aa4599b745acba075c817622243993cbd29 (patch)
treec2e065356c69abf1c7bade828744dd4f82287ce9 /bin
parent6faba4936ceeb39aac1f4c7f6d140445a5e63b6b (diff)
downloaddeployment-f5c54aa4599b745acba075c817622243993cbd29.tar.gz
deployment-f5c54aa4599b745acba075c817622243993cbd29.tar.bz2
deployment-f5c54aa4599b745acba075c817622243993cbd29.zip
anastasis insurance
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-config-generate1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/taler-deployment-config-generate b/bin/taler-deployment-config-generate
index 36cc833..eca7e91 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -264,6 +264,7 @@ def main(currency, envname, outdir, exchange_pub, frontends_apitoken):
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", "insurance", 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}")