summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig/generate-config2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/generate-config b/config/generate-config
index 4da3e75..b52e5fd 100755
--- 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))