taler-deployment

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

commit 285d241c3cbe3a7d7939c67022f41efabc681bc6
parent 5f0b79688d1792bb2adb0f7394704e78d61cb29b
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat, 19 Nov 2016 19:45:58 +0100

update conf gen

Diffstat:
Mconfig/generate-config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/generate-config b/config/generate-config @@ -68,7 +68,7 @@ def config(currency, envname, exchange_pub): cfg_put("merchant", "UNIXPATH", "$HOME/sockets/merchant.http") cfg_put("merchant", "WIRE_TRANSFER_DELAY", "1 m") - cfg_put("merchantdb-postgres", "CONFIG", "postgres:///taler") + cfg_put("merchantdb-postgres", "CONFIG", "postgres:///taler{}".format(envname)) cfg_put("merchant-exchange-test", "URI", "https://exchange.{}.taler.net/".format(envname)) cfg_put("merchant-exchange-test", "MASTER_KEY", exchange_pub)