diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-08 18:49:25 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-08 18:49:25 +0200 |
commit | 0d5a3d7b6f4d60997eccee7463c81844366a1506 (patch) | |
tree | 3b51d3a29eefb6e86f82100791bf52da7f9bc94c /src/auditor/auditor.conf | |
parent | bde4c742de41b38f5a741dc78fae9c105d0fff72 (diff) |
more comprehensive test-auditor.sh, including generate-auditor-basedb now
Diffstat (limited to 'src/auditor/auditor.conf')
-rw-r--r-- | src/auditor/auditor.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/auditor.conf b/src/auditor/auditor.conf index a099f9b72..f90d4dbb0 100644 --- a/src/auditor/auditor.conf +++ b/src/auditor/auditor.conf @@ -1,7 +1,7 @@ # This file is in the public domain. # [auditor] -# Which database backend do we use for the auditor? +# Which database backend do we use for the auditor? DB = postgres # Option specifying which amount is considered 'tiny' @@ -26,4 +26,4 @@ UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http UNIXPATH_MODE = 660 # HTTP port the auditor listens to -PORT = 8082 +PORT = 8083 |