merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit d86da7607b3872452b19ade757a5819ab837f983
parent 36d0a40f400519872361c4dd13b10d9419813f15
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  4 Mar 2023 17:54:30 +0100

fix config for demo setup

Diffstat:
Msrc/backend/kudos.conf | 9+--------
1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/backend/kudos.conf b/src/backend/kudos.conf @@ -3,14 +3,7 @@ # Trust Taler project for "KUDOS" currency so that demos work out-of-the-box [merchant-exchange-kudos] EXCHANGE_BASE_URL = https://exchange.demo.taler.net/ -MASTER_KEY = FH1Y8ZMHCTPQ0YFSZECDH8C9407JR3YN0MF1706PTG24Q4NEWGV0 +MASTER_KEY = JFX1NE38C65A5XT8VSNQXX7R7BBG4GNZ63F5T7Y6859V4J8KBKF0 # If currency does not match [TALER] section, the exchange # will be ignored! CURRENCY = KUDOS - -[merchant-auditor-kudos] -AUDITOR_BASE_URL = https://auditor.demo.taler.net/ -AUDITOR_KEY = DSDASDXAMDAARMNAD53ZA4AFAHA2QADAMAHHASWDAWXN84SDAA11 -# If currency does not match [TALER] section, the auditor -# will be ignored! -CURRENCY = KUDOS