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/bank.conf | |
parent | e902aa49aa42b45b4eba8613d4646558aa29fee9 (diff) |
rename config file to make it clear it is associated with a test
Diffstat (limited to 'src/lib/bank.conf')
-rw-r--r-- | src/lib/bank.conf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/bank.conf b/src/lib/bank.conf deleted file mode 100644 index 906b95fc5..000000000 --- a/src/lib/bank.conf +++ /dev/null @@ -1,13 +0,0 @@ -[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/ |