summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-30 00:13:32 +0200
committerFlorian Dold <florian@dold.me>2021-08-30 00:13:32 +0200
commitdf0327aa571ffd7a11a41d058a632a41b5926fce (patch)
treeb029501034b6c40b994c7922513b4d1ad62c760e
parentbc59c76134678a75c593f074d1d5c3bf2ac31271 (diff)
downloaddeployment-df0327aa571ffd7a11a41d058a632a41b5926fce.tar.gz
deployment-df0327aa571ffd7a11a41d058a632a41b5926fce.tar.bz2
deployment-df0327aa571ffd7a11a41d058a632a41b5926fce.zip
anastasis business name
-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 fb2cb94..b8cb8e4 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -261,6 +261,7 @@ def main(currency, envname, outdir, exchange_pub, frontends_apitoken):
ac = ConfigFile(envname, currency, exchange_pub, "anastasis.conf")
ac.cfg_put("taler", "currency", currency)
ac.cfg_put("anastasis", "serve", "unix")
+ ac.cfg_put("anastasis", "business_name", f"GNU Taler Demo Anastasis Provider")
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")