taler-deployment

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

commit 28dd741bc4bfe07f7d7b3176cb2977f8bdfbc89d
parent 66415cd2dd5a1e13c7a1ceef58cf133cff3aa8c7
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date:   Mon,  4 Sep 2023 11:34:08 +0200

Change merchant password to --sandbox

Diffstat:
Msandcastle/config/deployment.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandcastle/config/deployment.conf b/sandcastle/config/deployment.conf @@ -1,6 +1,6 @@ [taler-deployment] currency = EUR -merchant-apikey = secret-token:secret +merchant-apikey = secret-token:sandbox merchant-url = http://localhost:5556/ exchange-nexus-username = exchange-at-nexus exchange-nexus-password = secret-at-nexus