taler-deployment

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

commit 4d0f03c4992455a71e2cde3ddc5fe1ae162ab44e
parent 5ebfffc614019b4282a4401748242dbf2abda1e7
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 29 Jan 2018 23:40:01 +0100

put sandbox apikey in config

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

diff --git a/config/generate-config b/config/generate-config @@ -106,6 +106,7 @@ def config(currency, envname, exchange_pub, standalone): cfg_put("merchant-exchange-test", "master_key", exchange_pub) + cfg_put("frontends", "backend_apikey", "sandbox".format(envname)) if standalone: cfg_put("frontends", "backend", "https://env.taler.net/{}/merchant-backend/".format(envname)) else: