From eabbbd339bdd2c5b467adb9217ee6c142045f6c5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 23 Mar 2020 17:00:01 +0530 Subject: config files WIP --- contrib/integrationtest.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contrib/integrationtest.conf (limited to 'contrib/integrationtest.conf') diff --git a/contrib/integrationtest.conf b/contrib/integrationtest.conf new file mode 100644 index 000000000..5b4f4e85c --- /dev/null +++ b/contrib/integrationtest.conf @@ -0,0 +1,10 @@ +[integrationtest] +walletdb = testwalletdb.json +bank_base_url = https://bank.test.taler.net/ +exchange_base_url = https://exchange.test.taler.net/ +merchant_base_url = https://backend.test.taler.net/ +merchant_api_key = sandbox + +[integrationtest-basic] +amount_withdraw = TESTKUDOS:10 +amount_spend = TESTKUDOS:5 -- cgit v1.2.3