diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-12 20:44:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-12 20:44:33 +0100 |
commit | 1788ca2be11b92f9c92d8b7ad31383f663608ac0 (patch) | |
tree | 92e5159f5ea21e802c6dcc5a5ff38c4e186337f3 /src/lib/bank.conf | |
parent | c75157e8caae542845cce2f9ff967d2b3943ea56 (diff) |
reorganization of file structure
Diffstat (limited to 'src/lib/bank.conf')
-rw-r--r-- | src/lib/bank.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/bank.conf b/src/lib/bank.conf new file mode 100644 index 000000000..906b95fc5 --- /dev/null +++ b/src/lib/bank.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/ |