summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-04-27 16:23:30 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-04-27 16:23:30 +0200
commit77e72d1bb69ea71b684613fc6938442ee430a888 (patch)
tree55bbd54eecb01e2f1f92485f115b3400eade8d67 /config
parente49654e2b7c6b1de8767bfed0c08f32aa3e2f52c (diff)
downloaddeployment-77e72d1bb69ea71b684613fc6938442ee430a888.tar.gz
deployment-77e72d1bb69ea71b684613fc6938442ee430a888.tar.bz2
deployment-77e72d1bb69ea71b684613fc6938442ee430a888.zip
HONOR'ing missing instance.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/generate-config13
1 files changed, 7 insertions, 6 deletions
diff --git a/config/generate-config b/config/generate-config
index 2ca4a04..48bcaab 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -215,8 +215,8 @@ def config(currency, envname, exchange_pub, standalone):
cfg_put("instance-default", "tip_reserve_priv_filename", "${TALER_DEPLOYMENT_SHARED}/merchant/default-tip.priv")
cfg_put("instance-default", "tip_exchange", "https://exchange.{}.taler.net/".format(envname))
# instance tutorial
- cfg_put("instance-tutorial", "keyfile", "${TALER_DEPLOYMENT_SHARED}/merchant/tutorial.priv")
- cfg_put("instance-tutorial", "name", "Tutorial")
+ cfg_put("instance-Tutorial", "keyfile", "${TALER_DEPLOYMENT_SHARED}/merchant/tutorial.priv")
+ cfg_put("instance-Tutorial", "name", "Tutorial")
if standalone:
cfg_put("account-merchant", "url", "payto://x-taler-bank/env.taler.net/{}/bank/{}".format(os.getenv("HOME"), "3"))
@@ -230,10 +230,11 @@ def config(currency, envname, exchange_pub, standalone):
cfg_put("account-merchant", "wire_response", "${TALER_DEPLOYMENT_SHARED}/merchant/wire/merchant.json")
cfg_put("account-merchant", "HONOR_default", "YES")
- cfg_put("account-merchant", "HONOR_tor", "YES")
- cfg_put("account-merchant", "HONOR_gnunet", "YES")
- cfg_put("account-merchant", "HONOR_taler", "YES")
- cfg_put("account-merchant", "HONOR_fsf", "YES")
+ cfg_put("account-merchant", "HONOR_Tor", "YES")
+ cfg_put("account-merchant", "HONOR_GNUnet", "YES")
+ cfg_put("account-merchant", "HONOR_Taler", "YES")
+ cfg_put("account-merchant", "HONOR_FSF", "YES")
+ cfg_put("account-merchant", "HONOR_Tutorial", "YES")
coin(currency, "ct_10", "0.10")
coin(currency, "1", "1")