diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-10-06 16:38:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-10-06 16:38:42 +0200 |
commit | f5a2134da8a22dd48aa8ec3f6eda5e2a57aced7d (patch) | |
tree | 966663de8afbf5dc2932e782868d0a3847432cfc /src/exchange-tools/auditor.conf | |
parent | 26478f0f1f2707a3fc8c6d80d2e9ee29fdb6a397 (diff) |
move taler-auditor-sign tool to auditor/ direcotory
Diffstat (limited to 'src/exchange-tools/auditor.conf')
-rw-r--r-- | src/exchange-tools/auditor.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/exchange-tools/auditor.conf b/src/exchange-tools/auditor.conf deleted file mode 100644 index 7eb5f8ae9..000000000 --- a/src/exchange-tools/auditor.conf +++ /dev/null @@ -1,12 +0,0 @@ -# This configuration file is in the public domain -# -# It cointains options for the auditor. - -[auditor] - -# 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/ |