diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-20 14:26:42 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-20 14:26:42 +0100 |
commit | 4c8f7799da3c5d4779b5e39d8a280e3e54588470 (patch) | |
tree | df72a9cebb8a09275431f24ee40c6c64ab9a59db | |
parent | 5604a266d0d17b6bb5bc00b20f38959abfd3a4c7 (diff) |
add config option for new bank
-rw-r--r-- | src/auditor/generate-auditor-basedb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf index eaa986cb2..a8d3a7f3a 100644 --- a/src/auditor/generate-auditor-basedb.conf +++ b/src/auditor/generate-auditor-basedb.conf @@ -60,7 +60,7 @@ MAX_DEBT_BANK = TESTKUDOS:100000.0 HTTP_PORT = 8082 SUGGESTED_EXCHANGE = http://localhost:8081/ SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2 - +ALLOW_REGISTRATIONS = YES [exchangedb] AUDITOR_BASE_DIR = ${TALER_DATA_HOME}/auditors/ |