blob: 424209d096c37443d2fbf136483f7e90b284d2ad (
plain)
1
2
3
4
5
6
7
8
9
|
# 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 = JFX1NE38C65A5XT8VSNQXX7R7BBG4GNZ63F5T7Y6859V4J8KBKF0
# If currency does not match [TALER] section, the exchange
# will be ignored!
CURRENCY = KUDOS
|