2016-04-10 17:10:20 +02:00
|
|
|
# This file is in the public domain.
|
|
|
|
#
|
|
|
|
[PATHS]
|
|
|
|
# Persistant data storage for the testcase
|
|
|
|
TALER_TEST_HOME = test_exchange_api_home/
|
2015-06-18 16:23:01 +02: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
|
2015-06-18 16:23:01 +02:00
|
|
|
|
2016-04-19 23:40:47 +02:00
|
|
|
[exchange]
|
|
|
|
|
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]
|
|
|
|
DB_CONN_STR = "postgres:///talercheck"
|
|
|
|
|
2017-09-13 14:35:57 +02:00
|
|
|
[auditordb-postgres]
|
|
|
|
DB_CONN_STR = "postgres:///talercheck"
|
|
|
|
|
2017-03-03 19:23:34 +01:00
|
|
|
[exchange-wire-sepa]
|
|
|
|
# Enable 'sepa' to test SEPA-specific routines.
|
|
|
|
ENABLE = YES
|
|
|
|
|
2017-05-04 18:35:53 +02:00
|
|
|
# This is the response we give out for the /wire request. It provides
|
|
|
|
# wallets with the bank information for transfers to the exchange.
|
|
|
|
SEPA_RESPONSE_FILE = ${TALER_CONFIG_HOME}/sepa.json
|
|
|
|
|
2017-03-03 20:31:29 +01:00
|
|
|
# Fees for the forseeable future...
|
|
|
|
# If you see this after 2017, update to match the next 10 years...
|
|
|
|
WIRE-FEE-2017 = EUR:0.01
|
|
|
|
WIRE-FEE-2018 = EUR:0.01
|
|
|
|
WIRE-FEE-2019 = EUR:0.01
|
|
|
|
WIRE-FEE-2020 = EUR:0.01
|
|
|
|
WIRE-FEE-2021 = EUR:0.01
|
|
|
|
WIRE-FEE-2022 = EUR:0.01
|
|
|
|
WIRE-FEE-2023 = EUR:0.01
|
|
|
|
WIRE-FEE-2024 = EUR:0.01
|
|
|
|
WIRE-FEE-2025 = EUR:0.01
|
|
|
|
WIRE-FEE-2026 = EUR:0.01
|
|
|
|
|
2017-04-17 14:01:55 +02:00
|
|
|
CLOSING-FEE-2017 = EUR:0.01
|
|
|
|
CLOSING-FEE-2018 = EUR:0.01
|
|
|
|
CLOSING-FEE-2019 = EUR:0.01
|
|
|
|
CLOSING-FEE-2020 = EUR:0.01
|
|
|
|
CLOSING-FEE-2021 = EUR:0.01
|
|
|
|
CLOSING-FEE-2022 = EUR:0.01
|
|
|
|
CLOSING-FEE-2023 = EUR:0.01
|
|
|
|
CLOSING-FEE-2024 = EUR:0.01
|
|
|
|
CLOSING-FEE-2025 = EUR:0.01
|
|
|
|
CLOSING-FEE-2026 = EUR:0.01
|
|
|
|
|
2017-05-11 10:56:15 +02:00
|
|
|
[exchange_keys]
|
|
|
|
# Keep it short so the test runs fast.
|
|
|
|
LOOKAHEAD_SIGN = 12 h
|
|
|
|
|
2017-03-03 19:23:34 +01:00
|
|
|
[exchange-wire-test]
|
|
|
|
# Enable 'test' for testing of the actual coin operations.
|
|
|
|
ENABLE = YES
|
|
|
|
|
2017-03-03 20:31:29 +01:00
|
|
|
# Fees for the forseeable future...
|
|
|
|
# If you see this after 2017, update to match the next 10 years...
|
|
|
|
WIRE-FEE-2017 = EUR:0.01
|
|
|
|
WIRE-FEE-2018 = EUR:0.01
|
|
|
|
WIRE-FEE-2019 = EUR:0.01
|
|
|
|
WIRE-FEE-2020 = EUR:0.01
|
|
|
|
WIRE-FEE-2021 = EUR:0.01
|
|
|
|
WIRE-FEE-2022 = EUR:0.01
|
|
|
|
WIRE-FEE-2023 = EUR:0.01
|
|
|
|
WIRE-FEE-2024 = EUR:0.01
|
|
|
|
WIRE-FEE-2025 = EUR:0.01
|
|
|
|
WIRE-FEE-2026 = EUR:0.01
|
|
|
|
|
2017-04-17 14:01:55 +02:00
|
|
|
CLOSING-FEE-2017 = EUR:0.01
|
|
|
|
CLOSING-FEE-2018 = EUR:0.01
|
|
|
|
CLOSING-FEE-2019 = EUR:0.01
|
|
|
|
CLOSING-FEE-2020 = EUR:0.01
|
|
|
|
CLOSING-FEE-2021 = EUR:0.01
|
|
|
|
CLOSING-FEE-2022 = EUR:0.01
|
|
|
|
CLOSING-FEE-2023 = EUR:0.01
|
|
|
|
CLOSING-FEE-2024 = EUR:0.01
|
|
|
|
CLOSING-FEE-2025 = EUR:0.01
|
|
|
|
CLOSING-FEE-2026 = EUR:0.01
|
2017-03-03 20:31:29 +01:00
|
|
|
|
2016-04-11 02:37:56 +02:00
|
|
|
# This is the response we give out for the /wire request. It provides
|
|
|
|
# wallets with the bank information for transfers to the exchange.
|
|
|
|
TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/test.json
|
2016-04-10 17:10:20 +02:00
|
|
|
|
|
|
|
# What is the main website of the bank?
|
2018-01-30 01:38:04 +01:00
|
|
|
BANK_URL = "http://localhost:8082/"
|
2016-06-15 16:45:29 +02:00
|
|
|
# From which account at the 'bank' should outgoing wire transfers be made?
|
2016-04-10 17:10:20 +02:00
|
|
|
BANK_ACCOUNT_NUMBER = 2
|
2015-06-18 16:23:01 +02:00
|
|
|
|
2017-05-04 18:35:53 +02:00
|
|
|
|
2015-08-09 17:18:09 +02:00
|
|
|
[coin_eur_ct_1]
|
|
|
|
value = EUR:0.01
|
|
|
|
duration_overlap = 5 minutes
|
|
|
|
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_overlap = 5 minutes
|
|
|
|
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_overlap = 5 minutes
|
|
|
|
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_overlap = 5 minutes
|
|
|
|
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_overlap = 5 minutes
|
|
|
|
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
|