remove dead code
This commit is contained in:
parent
a9ff9a0bbe
commit
c428702fbb
@ -57,79 +57,10 @@ DB_CONN_STR = "postgres:///talercheck"
|
|||||||
[auditordb-postgres]
|
[auditordb-postgres]
|
||||||
DB_CONN_STR = "postgres:///talercheck"
|
DB_CONN_STR = "postgres:///talercheck"
|
||||||
|
|
||||||
[exchange-wire-sepa]
|
|
||||||
# Enable 'sepa' to test SEPA-specific routines.
|
|
||||||
ENABLE = YES
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
[exchange_keys]
|
[exchange_keys]
|
||||||
# Keep it short so the test runs fast.
|
# Keep it short so the test runs fast.
|
||||||
LOOKAHEAD_SIGN = 12 h
|
LOOKAHEAD_SIGN = 12 h
|
||||||
|
|
||||||
[exchange-wire-test]
|
|
||||||
# Enable 'test' for testing of the actual coin operations.
|
|
||||||
ENABLE = YES
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# What is the main website of the bank?
|
|
||||||
BANK_URL = "http://localhost:8082/"
|
|
||||||
# From which account at the 'bank' should outgoing wire transfers be made?
|
|
||||||
BANK_ACCOUNT_NUMBER = 2
|
|
||||||
|
|
||||||
[account-2]
|
[account-2]
|
||||||
URL = payto://x-taler-bank/localhost:8082/2
|
URL = payto://x-taler-bank/localhost:8082/2
|
||||||
PLUGIN = taler_bank
|
PLUGIN = taler_bank
|
||||||
|
Loading…
Reference in New Issue
Block a user