taler-deployment

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

commit 0757d9fb52365e43ffda18fde929accae6ebd7b7
parent 2675be89942be8e420510051282bca241d0be48a
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat,  3 Jun 2017 14:58:27 +0200

add suggested exchange to test/demo

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

diff --git a/config/generate-config b/config/generate-config @@ -61,6 +61,9 @@ def config(currency, envname, exchange_pub, standalone): if standalone: cfg_put("bank", "suggested_exchange", "https://env.taler.net/{}/exchange/".format(envname)) + else: + cfg_put("bank", "suggested_exchange", "https://exchange.{}.taler.net/".format(envname)) + cfg_put("bank-admin", "uwsgi_serve", "unix") cfg_put("bank-admin", "uwsgi_unixpath", "$HOME/sockets/bank-admin.uwsgi")