summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-config-generate2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment-config-generate b/bin/taler-deployment-config-generate
index 63c0bd9..36cc833 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -266,7 +266,7 @@ def main(currency, envname, outdir, exchange_pub, frontends_apitoken):
ac.cfg_put("anastasis", "question_cost", f"{currency}:0")
ac.cfg_put("anastasis", "fulfillment_url", "taler://fulfillment-success/")
ac.cfg_put("anastasis", "server_salt", "kreb3ia9dmj43gfa")
- ac.cfg_put("statis-postgres", "config", f"postgres:///taler{envname}")
+ 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}")
config_files.append(ac)