diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-25 14:50:01 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-25 14:50:01 +0100 |
commit | 006843b738a7d59d836d369a4b59481036dd2db0 (patch) | |
tree | 4d4b19cdbe5cf204aaa59ea98a1fa0bf2fdd7102 /src/auditor/generate-auditor-basedb.conf | |
parent | efc53fc97e913f8da47c8f54cffbd9a837f137bb (diff) |
fix termination
Diffstat (limited to 'src/auditor/generate-auditor-basedb.conf')
-rw-r--r-- | src/auditor/generate-auditor-basedb.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf index 233cfbe7c..8cf63fbba 100644 --- a/src/auditor/generate-auditor-basedb.conf +++ b/src/auditor/generate-auditor-basedb.conf @@ -28,6 +28,7 @@ DEFAULT_PURSE_LIMIT = 1 CURRENCY = TESTKUDOS DEFAULT_CUSTOMER_DEBT_LIMIT = TESTKUDOS:200 DEFAULT_ADMIN_DEBT_LIMIT = TESTKUDOS:2000 +ALLOW_REGISTRATION = yes REGISTRATION_BONUS_ENABLED = yes REGISTRATION_BONUS = TESTKUDOS:100 SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/ |