taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 8d01068b4b253cba1e42c9ff4a94b11c349c8659
parent a3a742a4fe5bb1ebf4196ed5513a40d0c88f04d4
Author: Florian Dold <florian@dold.me>
Date:   Wed,  2 Dec 2020 11:56:22 +0100

backend URL

Diffstat:
Mbin/taler-config-generate | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate @@ -280,7 +280,7 @@ def main(currency, envname, outdir, exchange_pub): sc.cfg_put("sync", "unixpath", "$HOME/sockets/sync.http") sc.cfg_put("sync", "annual_fee", sc.currency + ":0.1") sc.cfg_put("sync", "fulfillment_url", "taler://fulfillment-success/") - sc.cfg_put("sync", "payment_backend_url", urls["merchant_backend"]) + sc.cfg_put("sync", "payment_backend_url", urls["merchant_backend"] + "instances/Taler/") sc.cfg_put("syncdb-postgres", "config", "postgres:///taler%s" % envname) config_files.append(sc)