taler-deployment

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

commit 14f7b045507b259a482e648f811d395819731825
parent 1853e69f25e3034c0badfab474354d0b405f63ec
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sat, 25 Nov 2017 10:19:37 +0100

[frontends]/FRACTION not needed

Diffstat:
Mconfig/generate-config | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/config/generate-config b/config/generate-config @@ -102,8 +102,6 @@ def config(currency, envname, exchange_pub, standalone): else: cfg_put("frontends", "backend", "https://shop.{}.taler.net/backend/".format(envname)) - cfg_put("frontends", "fraction", "100000000") - cfg_put("auditor", "auditor_priv_file", "${TALER_DEPLOYMENT_SHARED}/auditor/offline-keys/auditor.priv") cfg_put("exchange", "base_url", "https://exchange.{}.taler.net/".format(envname))