diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-04-12 22:52:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-04-12 22:52:54 +0200 |
commit | 15bec8f464dc6afce88e82bdce1b76ce5f372891 (patch) | |
tree | 6ff2b4e9770bc79157b06a25379dcb5ebe95da7a /contrib/mint-template | |
parent | 68774b20da5783ba795c4536989963bb2d5e8141 (diff) |
make wireformat configurable (#3624)
Diffstat (limited to 'contrib/mint-template')
-rw-r--r-- | contrib/mint-template/config/mint-common.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/mint-template/config/mint-common.conf b/contrib/mint-template/config/mint-common.conf index 00cbc82fa..96fecd7d2 100644 --- a/contrib/mint-template/config/mint-common.conf +++ b/contrib/mint-template/config/mint-common.conf @@ -2,6 +2,9 @@ # Currency supported by the mint (can only be one) CURRENCY = EUR +# Wire format supproted by the mint (currently only SEPA is implemented) +WIREFORMAT = SEPA + # How to access our database DB = postgres:///taler |