[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: config sections f
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: config sections for wire plugins changed, adjusting |
Date: |
Thu, 04 May 2017 18:31:25 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new bef679b config sections for wire plugins changed, adjusting
bef679b is described below
commit bef679b4790d145ef3f6cd768cd9520e550ea108
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu May 4 18:30:38 2017 +0200
config sections for wire plugins changed, adjusting
---
config/generate-config | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/config/generate-config b/config/generate-config
index e0aa3a1..bd5e2ff 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -70,7 +70,7 @@ def config(currency, envname, exchange_pub, standalone):
cfg_put("blog", "uwsgi_serve", "unix")
cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/shop.uwsgi")
cfg_put("blog", "instance", "FSF")
-
+
cfg_put("merchant", "WIREFORMAT", "test")
cfg_put("merchant", "SERVE", "unix")
cfg_put("merchant", "UNIXPATH", "$HOME/sockets/merchant.http")
@@ -111,11 +111,11 @@ def config(currency, envname, exchange_pub, standalone):
cfg_put("exchangedb-postgres", "db_conn_str",
"postgres:///taler{}".format(envname))
if standalone:
- cfg_put("exchange-wire-outgoing-test", "bank_uri",
"https://env.taler.net/{}/bank/".format(envname))
+ cfg_put("exchange-wire-test", "bank_uri",
"https://env.taler.net/{}/bank/".format(envname))
else:
- cfg_put("exchange-wire-outgoing-test", "bank_uri",
"https://bank.{}.taler.net/".format(envname))
- cfg_put("exchange-wire-outgoing-test", "bank_account_number", "1")
- cfg_put("exchange-wire-outgoing-test", "exchange_account_number", "2")
+ cfg_put("exchange-wire-test", "bank_uri",
"https://bank.{}.taler.net/".format(envname))
+ cfg_put("exchange-wire-test", "bank_account_number", "1")
+ cfg_put("exchange-wire-test", "exchange_account_number", "2")
cfg_put("exchange-wire-test", "enable", "yes")
@@ -252,4 +252,3 @@ def main(currency, envname, outdir, exchange_pub,
standalone):
if __name__ == "__main__":
main()
-
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: config sections for wire plugins changed, adjusting,
gnunet <=