diff options
| author | Christian Grothoff <christian@grothoff.org> | 2015-09-27 20:32:30 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2015-09-27 20:32:30 +0200 |
| commit | bf8b9d1435a196c9b7c3293904da2a3baba7210a (patch) | |
| tree | b722367def8d35bff70938db77323de61efd0348 /contrib/mint-template | |
| parent | a67fefa9fbcf9774d277a9c94aeebdf78d2051d1 (diff) | |
| parent | 1bfba318ec0f3393de2dfc66821dec6165eef90a (diff) | |
mention need to audit randomness of gamma
Diffstat (limited to 'contrib/mint-template')
| -rw-r--r-- | contrib/mint-template/config/mint-common.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/mint-template/config/mint-common.conf b/contrib/mint-template/config/mint-common.conf index e222a36a..78a3310a 100644 --- a/contrib/mint-template/config/mint-common.conf +++ b/contrib/mint-template/config/mint-common.conf @@ -2,7 +2,8 @@ # Currency supported by the mint (can only be one) CURRENCY = EUR -# Wire format supproted by the mint (currently only SEPA is implemented) +# Wire format supported by the mint, case-insensitive. +# Examples for formats include 'test' for testing and 'sepa' (for EU IBAN). WIREFORMAT = SEPA # HTTP port the mint listens to @@ -19,3 +20,9 @@ TESTRUN = YES [mintdb-postgres] DB_CONN_STR = "postgres:///talercheck" + +[mint-wire-sepa] +SEPA_RESPONSE_FILE = "sepa.json" + +[mint-wire-test] +REDIRECT_URL = "http://test/" |
