diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-16 20:29:56 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-16 20:29:56 +0100 |
commit | 774874a0964f3c14e4379d7e92554b2426c7c4a3 (patch) | |
tree | 78b7b60d76253f9fd416ecc008263c8d98860e94 /src/lib/test_bank_api.conf | |
parent | e902aa49aa42b45b4eba8613d4646558aa29fee9 (diff) |
rename config file to make it clear it is associated with a test
Diffstat (limited to 'src/lib/test_bank_api.conf')
-rw-r--r-- | src/lib/test_bank_api.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/test_bank_api.conf b/src/lib/test_bank_api.conf new file mode 100644 index 000000000..906b95fc5 --- /dev/null +++ b/src/lib/test_bank_api.conf @@ -0,0 +1,13 @@ +[taler] +currency = KUDOS + +[account-1] +URL = payto://x-taler-bank/localhost:8081/1 + +[bank] +SERVE = http +HTTP_PORT = 8081 +DATABASE = postgres:///talercheck + +[exchange-wire-test] +bank_url = http://localhost:8081/ |