commit df0327aa571ffd7a11a41d058a632a41b5926fce
parent bc59c76134678a75c593f074d1d5c3bf2ac31271
Author: Florian Dold <florian@dold.me>
Date: Mon, 30 Aug 2021 00:13:32 +0200
anastasis business name
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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")