bank-lib testcase passes config file to the bank

This commit is contained in:
Marcello Stanisci 2017-05-17 20:10:59 +02:00
parent b72b58b560
commit 48c72bb7a0
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F
2 changed files with 3 additions and 0 deletions

2
src/bank-lib/bank.conf Normal file
View File

@ -0,0 +1,2 @@
[taler]
currency = KUDOS

View File

@ -145,6 +145,7 @@ main (int argc,
"taler-bank-manage",
"taler-bank-manage",
"--with-db", dbconn,
"-c", "bank.conf",
"serve-http",
"--port", "8080",
NULL);