diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-03-23 17:00:01 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-03-23 17:00:01 +0530 |
commit | eabbbd339bdd2c5b467adb9217ee6c142045f6c5 (patch) | |
tree | edddc9bdb895e7de59b568c9abd6003e8aa1207c /contrib | |
parent | b6d081b6c7b59e349f2b667ece1b141d52cc4ca2 (diff) |
config files WIP
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/integrationtest.conf | 10 |
1 files changed, 10 insertions, 0 deletions
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 |