13 lines
377 B
Plaintext
13 lines
377 B
Plaintext
# This file is in the public domain.
|
|
#
|
|
[auditor]
|
|
# Which database backend do we use for the auditor?
|
|
DB = postgres
|
|
|
|
# Where do we store the auditor's private key?
|
|
AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv
|
|
|
|
# What is the Web site of the auditor (i.e. to file complaints about
|
|
# a misbehaving exchange)?
|
|
# AUDITOR_URL = https://auditor.taler.net/
|