diff options
Diffstat (limited to 'contrib')
-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 |