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-10 17:10:20 +02:00
|
|
|
[exchange]
|
|
|
|
# Currency supported by the exchange (can only be one)
|
|
|
|
CURRENCY = EUR
|
2015-06-18 16:23:01 +02:00
|
|
|
|
2016-04-10 17:10:20 +02:00
|
|
|
# Wire format supported by the exchange
|
|
|
|
# We use 'test' for testing of the actual
|
|
|
|
# coin operations, and 'sepa' to test SEPA-specific routines.
|
|
|
|
WIREFORMAT = test sepa
|
2015-06-18 16:23:01 +02:00
|
|
|
|
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
|
|
|
|
|
|
|
|
# Is this is a testcase, use transient DB actions?
|
|
|
|
TESTRUN = YES
|
|
|
|
|
|
|
|
[exchangedb-postgres]
|
|
|
|
DB_CONN_STR = "postgres:///talercheck"
|
|
|
|
|
|
|
|
[wire-incoming-test]
|
|
|
|
# What is the main website of the bank?
|
|
|
|
BANK_URI = "http://localhost/"
|
|
|
|
# Into which account at the 'bank' should (incoming) wire transfers be made?
|
|
|
|
BANK_ACCOUNT_NUMBER = 2
|
|
|
|
|
|
|
|
[wire-outgoing-test]
|
|
|
|
# What is the main website of the bank?
|
|
|
|
BANK_URI = "http://localhost/"
|
|
|
|
# Into which account at the 'bank' should (incoming) wire transfers be made?
|
|
|
|
BANK_ACCOUNT_NUMBER = 2
|
2015-06-18 16:23:01 +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
|
|
|
|
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
|
|
|
|
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
|
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
|
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
|
2015-06-18 16:23:01 +02:00
|
|
|
rsa_keysize = 1024
|