aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-26 20:57:11 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-26 20:57:11 +0200
commitaca83d87fe4fe39363d41f3f87e593928f2db0e7 (patch)
treec2ea012ead6a607e797e00aac1fdb4f44450b0e1
parentd78f07e8af8cf1fc83a0085269ddcda11f302bc5 (diff)
downloadmerchant-aca83d87fe4fe39363d41f3f87e593928f2db0e7.tar.gz
merchant-aca83d87fe4fe39363d41f3f87e593928f2db0e7.zip
document option
-rw-r--r--src/backend/merchant.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf
index 179df286..4c5f0f84 100644
--- a/src/backend/merchant.conf
+++ b/src/backend/merchant.conf
@@ -23,6 +23,10 @@ UNIXPATH = ${TALER_RUNTIME_DIR}/merchant.http
23# What should be the file access permissions (see chmod) for "UNIXPATH"? 23# What should be the file access permissions (see chmod) for "UNIXPATH"?
24UNIXPATH_MODE = 660 24UNIXPATH_MODE = 660
25 25
26# Ensure that merchant reports EVERY deposit confirmation to auditor.
27# Bad for performance, bad for the auditor, should only be enabled
28# for testing!
29FORCE_AUDIT = NO
26 30
27# Maximum wire fee to permit by default. You most certainly want to 31# Maximum wire fee to permit by default. You most certainly want to
28# adjust at least the currency. 32# adjust at least the currency.