2016-04-10 17:10:20 +02:00
|
|
|
# This file is in the public domain.
|
|
|
|
#
|
2020-01-17 18:09:33 +01:00
|
|
|
|
2016-04-10 17:10:20 +02:00
|
|
|
[PATHS]
|
2020-03-31 20:57:11 +02:00
|
|
|
# Persistent data storage for the testcase
|
2016-04-10 17:10:20 +02:00
|
|
|
TALER_TEST_HOME = test_exchange_api_home/
|
2021-04-28 15:42:36 +02:00
|
|
|
TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/
|
2015-06-18 16:23:01 +02:00
|
|
|
|
2021-01-17 20:07:55 +01:00
|
|
|
[taler-exchange-secmod-rsa]
|
2021-01-16 23:55:11 +01:00
|
|
|
# Reduce from 1 year to speed up test
|
|
|
|
LOOKAHEAD_SIGN = 24 days
|
|
|
|
|
2021-01-17 20:07:55 +01:00
|
|
|
[taler-exchange-secmod-eddsa]
|
2021-01-16 23:55:11 +01:00
|
|
|
# Reduce from 1 year to speed up test
|
|
|
|
LOOKAHEAD_SIGN = 24 days
|
|
|
|
# Reduce from 12 weeks to ensure we have multiple
|
|
|
|
DURATION = 14 days
|
2019-12-07 17:20:09 +01:00
|
|
|
|
2016-04-19 23:40:47 +02:00
|
|
|
[taler]
|
2016-04-10 17:10:20 +02:00
|
|
|
# Currency supported by the exchange (can only be one)
|
|
|
|
CURRENCY = EUR
|
2020-01-19 20:57:32 +01:00
|
|
|
CURRENCY_ROUND_UNIT = EUR:0.01
|
2015-06-18 16:23:01 +02:00
|
|
|
|
2018-11-10 19:28:28 +01:00
|
|
|
[auditor]
|
|
|
|
BASE_URL = "http://localhost:8083/"
|
|
|
|
|
|
|
|
# HTTP port the auditor listens to
|
|
|
|
PORT = 8083
|
|
|
|
|
2018-07-04 00:43:24 +02:00
|
|
|
[exchange]
|
2020-07-21 21:27:08 +02:00
|
|
|
|
|
|
|
TERMS_ETAG = 0
|
|
|
|
PRIVACY_ETAG = 0
|
|
|
|
|
2016-04-10 17:10:20 +02:00
|
|
|
# HTTP port the exchange listens to
|
|
|
|
PORT = 8081
|
2015-06-18 16:23:01 +02:00
|
|
|
|
2016-04-10 17:10:20 +02:00
|
|
|
# Master public key used to sign the exchange's various keys
|
|
|
|
MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
|
2015-06-18 16:23:01 +02:00
|
|
|
|
2016-04-10 17:10:20 +02:00
|
|
|
# How to access our database
|
|
|
|
DB = postgres
|
|
|
|
|
2018-02-28 16:59:39 +01:00
|
|
|
# Base URL of the exchange. Must be set to a URL where the
|
|
|
|
# exchange (or the twister) is actually listening.
|
|
|
|
BASE_URL = "http://localhost:8081/"
|
2017-03-02 06:26:12 +01:00
|
|
|
|
2016-04-10 17:10:20 +02:00
|
|
|
[exchangedb-postgres]
|
2018-04-02 14:24:45 +02:00
|
|
|
CONFIG = "postgres:///talercheck"
|
2016-04-10 17:10:20 +02:00
|
|
|
|
2017-09-13 14:35:57 +02:00
|
|
|
[auditordb-postgres]
|
2018-04-02 14:24:45 +02:00
|
|
|
CONFIG = "postgres:///talercheck"
|
|
|
|
|
2020-01-19 18:48:14 +01:00
|
|
|
# Sections starting with "exchange-account-" configure the bank accounts
|
2018-04-02 14:24:45 +02:00
|
|
|
# of the exchange. The "URL" specifies the account in
|
2020-12-20 17:10:01 +01:00
|
|
|
# payto://-format.
|
2020-01-19 18:48:14 +01:00
|
|
|
[exchange-account-1]
|
2018-04-02 14:24:45 +02:00
|
|
|
# What is the URL of our account?
|
2020-01-19 17:03:19 +01:00
|
|
|
PAYTO_URI = "payto://x-taler-bank/localhost/42"
|
2018-04-02 14:24:45 +02:00
|
|
|
# ENABLE_CREDIT = YES
|
|
|
|
|
2021-08-03 21:58:36 +02:00
|
|
|
[exchange-accountcredentials-1]
|
|
|
|
WIRE_GATEWAY_URL = "http://localhost:9081/42/"
|
|
|
|
|
2020-01-19 18:48:14 +01:00
|
|
|
[exchange-account-2]
|
2018-04-02 14:24:45 +02:00
|
|
|
# What is the bank account (with the "Taler Bank" demo system)?
|
2020-01-19 17:03:19 +01:00
|
|
|
PAYTO_URI = "payto://x-taler-bank/localhost/2"
|
2021-08-03 21:58:36 +02:00
|
|
|
ENABLE_DEBIT = YES
|
|
|
|
ENABLE_CREDIT = YES
|
|
|
|
|
|
|
|
[exchange-accountcredentials-2]
|
2020-01-17 03:25:30 +01:00
|
|
|
WIRE_GATEWAY_AUTH_METHOD = basic
|
|
|
|
USERNAME = Exchange
|
|
|
|
PASSWORD = x
|
|
|
|
WIRE_GATEWAY_URL = "http://localhost:9081/2/"
|
2017-05-04 18:35:53 +02:00
|
|
|
|
2020-01-17 03:21:33 +01:00
|
|
|
[bank]
|
|
|
|
HTTP_PORT = 9081
|
2018-04-02 14:24:45 +02:00
|
|
|
|
|
|
|
# Sections starting with "coin_" specify which denominations
|
|
|
|
# the exchange should support (and their respective fee structure)
|
2015-08-09 17:18:09 +02:00
|
|
|
[coin_eur_ct_1]
|
|
|
|
value = EUR:0.01
|
|
|
|
duration_withdraw = 7 days
|
|
|
|
duration_spend = 2 years
|
|
|
|
duration_legal = 3 years
|
|
|
|
fee_withdraw = EUR:0.00
|
|
|
|
fee_deposit = EUR:0.00
|
|
|
|
fee_refresh = EUR:0.01
|
2016-04-20 01:50:26 +02:00
|
|
|
fee_refund = EUR:0.01
|
2015-08-09 17:18:09 +02:00
|
|
|
rsa_keysize = 1024
|
|
|
|
|
2015-06-18 16:23:01 +02:00
|
|
|
[coin_eur_ct_10]
|
|
|
|
value = EUR:0.10
|
|
|
|
duration_withdraw = 7 days
|
|
|
|
duration_spend = 2 years
|
|
|
|
duration_legal = 3 years
|
|
|
|
fee_withdraw = EUR:0.01
|
|
|
|
fee_deposit = EUR:0.01
|
2015-08-09 17:18:09 +02:00
|
|
|
fee_refresh = EUR:0.03
|
2016-04-20 01:50:26 +02:00
|
|
|
fee_refund = EUR:0.01
|
2015-08-09 17:18:09 +02:00
|
|
|
rsa_keysize = 1024
|
|
|
|
|
|
|
|
[coin_eur_1]
|
|
|
|
value = EUR:1
|
|
|
|
duration_withdraw = 7 days
|
|
|
|
duration_spend = 2 years
|
|
|
|
duration_legal = 3 years
|
|
|
|
fee_withdraw = EUR:0.01
|
|
|
|
fee_deposit = EUR:0.01
|
|
|
|
fee_refresh = EUR:0.03
|
2016-04-20 01:50:26 +02:00
|
|
|
fee_refund = EUR:0.01
|
2015-06-18 16:23:01 +02:00
|
|
|
rsa_keysize = 1024
|
|
|
|
|
|
|
|
[coin_eur_5]
|
|
|
|
value = EUR:5
|
|
|
|
duration_withdraw = 7 days
|
|
|
|
duration_spend = 2 years
|
|
|
|
duration_legal = 3 years
|
|
|
|
fee_withdraw = EUR:0.01
|
|
|
|
fee_deposit = EUR:0.01
|
2015-08-09 17:18:09 +02:00
|
|
|
fee_refresh = EUR:0.03
|
2016-04-20 01:50:26 +02:00
|
|
|
fee_refund = EUR:0.01
|
2015-06-18 16:23:01 +02:00
|
|
|
rsa_keysize = 1024
|
|
|
|
|
|
|
|
[coin_eur_10]
|
|
|
|
value = EUR:10
|
|
|
|
duration_withdraw = 7 days
|
|
|
|
duration_spend = 2 years
|
|
|
|
duration_legal = 3 years
|
|
|
|
fee_withdraw = EUR:0.01
|
|
|
|
fee_deposit = EUR:0.01
|
2015-08-09 17:18:09 +02:00
|
|
|
fee_refresh = EUR:0.03
|
2016-04-20 01:50:26 +02:00
|
|
|
fee_refund = EUR:0.01
|
2015-06-18 16:23:01 +02:00
|
|
|
rsa_keysize = 1024
|