diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-03-04 17:54:30 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-03-04 17:54:30 +0100 |
commit | d86da7607b3872452b19ade757a5819ab837f983 (patch) | |
tree | 274048ffb27ab45d54f243370b6d5999429454d9 /src/backend/kudos.conf | |
parent | 36d0a40f400519872361c4dd13b10d9419813f15 (diff) |
fix config for demo setup
Diffstat (limited to 'src/backend/kudos.conf')
-rw-r--r-- | src/backend/kudos.conf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/backend/kudos.conf b/src/backend/kudos.conf index 377ff899..424209d0 100644 --- 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 |