revoke-basedb.conf (959B)
1 [auditor] 2 PUBLIC_KEY = CK4P6P5VXR82B1A4C3PY5DCHG8HDZA1HSZR76Z8D6FD57MASFT70 3 TINY_AMOUNT = TESTKUDOS:0.01 4 BASE_URL = http://localhost:8083/ 5 6 [exchange-account-1] 7 PAYTO_URI = payto://iban/SANDBOXX/DE717324?receiver-name=Exchange+Company 8 enable_debit = yes 9 enable_credit = yes 10 11 [exchange-accountcredentials-1] 12 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/exchange/taler-wire-gateway/" 13 WIRE_GATEWAY_AUTH_METHOD = basic 14 USERNAME = exchange 15 PASSWORD = password 16 17 [exchangedb] 18 WIREFEE_BASE_DIR = ${PWD}/wirefees/ 19 20 [auditordb-postgres] 21 CONFIG = postgres:///revoke-basedb 22 23 [exchangedb-postgres] 24 CONFIG = postgres:///revoke-basedb 25 26 [exchange] 27 CURRENCY = TESTKUDOS 28 CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 29 30 [bank] 31 DATABASE = postgres:///revoke-basedb 32 MAX_DEBT = TESTKUDOS:50.0 33 MAX_DEBT_BANK = TESTKUDOS:100000.0 34 HTTP_PORT = 8082 35 SUGGESTED_EXCHANGE = http://localhost:8081/ 36 SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2?receiver-name=Exchange 37 SERVE = http