taler-deployment

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

commit 7723f64137d3005df6650d52cb0dd3ddc378e342
parent 906da2791fff912ffec212fbad8676b581e72ba2
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri,  5 Jan 2018 18:31:01 +0100

use proper backend

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

diff --git a/config/generate-config b/config/generate-config @@ -119,7 +119,7 @@ def config(currency, envname, exchange_pub, standalone): if standalone: cfg_put("frontends", "backend", "https://env.taler.net/{}/merchant-backend/".format(envname)) else: - cfg_put("frontends", "backend", "https://shop.{}.taler.net/backend/".format(envname)) + cfg_put("frontends", "backend", "https://backend.{}.taler.net/".format(envname)) cfg_put("auditor", "auditor_priv_file", "${TALER_DEPLOYMENT_SHARED}/auditor/offline-keys/auditor.priv")