aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/auditor-basedb.conf
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-17 14:16:19 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-17 14:16:34 +0100
commit12809b28ec6fb7a9b5a846faa9c652f7c3fd63e1 (patch)
treee05399cfda8d2ae724120e7fb6c7686ea713f601 /src/auditor/auditor-basedb.conf
parent63879d9d20986e66e847f1e19b16f5f2a60ee469 (diff)
downloadexchange-12809b28ec6fb7a9b5a846faa9c652f7c3fd63e1.tar.xz
-misc fixes
Diffstat (limited to 'src/auditor/auditor-basedb.conf')
-rw-r--r--src/auditor/auditor-basedb.conf31
1 files changed, 16 insertions, 15 deletions
diff --git a/src/auditor/auditor-basedb.conf b/src/auditor/auditor-basedb.conf
index b224684e6..232259347 100644
--- a/src/auditor/auditor-basedb.conf
+++ b/src/auditor/auditor-basedb.conf
@@ -1,5 +1,5 @@
[arm]
-CONFIG = /research/taler/exchange/src/auditor/auditor-basedb.conf
+CONFIG = /home/grothoff/research/exchange/src/auditor/auditor-basedb.conf
[benchmark]
MERCHANT_DETAILS = merchant_details.json
@@ -113,7 +113,7 @@ currency = TESTKUDOS
[merchant-exchange-default]
CURRENCY = TESTKUDOS
EXCHANGE_BASE_URL = http://localhost:8081/
-MASTER_KEY = TMQ09D9G18Z8TFEABD833SDJ6JQWRYKFHPTWT6DMPQS54ZC66RDG
+MASTER_KEY = MDNEGQ7SEENF1NW2CH1ZVZX2MGN6HG9BX4V3G1MJFK7V99NR1AQG
[merchant-account-merchant]
ACTIVE_default = YES
@@ -131,6 +131,16 @@ enable_credit = yes
enable_debit = yes
PAYTO_URI = payto://x-taler-bank/localhost/Exchange
+[bank]
+SERVE = http
+ALLOW_REGISTRATIONS = YES
+SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2
+SUGGESTED_EXCHANGE = http://localhost:8081/
+HTTP_PORT = 8082
+MAX_DEBT_BANK = TESTKUDOS:100000.0
+MAX_DEBT = TESTKUDOS:50.0
+DATABASE = postgres:///auditor-basedb
+
[instance-default]
NAME = Merchant Inc.
KEYFILE = ${TALER_DATA_HOME}/merchant/default.priv
@@ -157,25 +167,15 @@ CONFIG = postgres:///auditor-basedb
[exchange]
LOOKAHEAD_SIGN = 32 weeks 1 day
SIGNKEY_DURATION = 4 weeks
-MASTER_PUBLIC_KEY = TMQ09D9G18Z8TFEABD833SDJ6JQWRYKFHPTWT6DMPQS54ZC66RDG
+MASTER_PUBLIC_KEY = MDNEGQ7SEENF1NW2CH1ZVZX2MGN6HG9BX4V3G1MJFK7V99NR1AQG
SIGNKEY_LEGAL_DURATION = 4 weeks
UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http
-[bank]
-SERVE = http
-ALLOW_REGISTRATIONS = YES
-SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2
-SUGGESTED_EXCHANGE = http://localhost:8081/
-HTTP_PORT = 8082
-MAX_DEBT_BANK = TESTKUDOS:100000.0
-MAX_DEBT = TESTKUDOS:50.0
-DATABASE = postgres:///taler-auditor-basedb
-
[auditordb-postgres]
-CONFIG = postgres:///taler-auditor-basedb
+CONFIG = postgres:///auditor-basedb
[auditor]
-PUBLIC_KEY = 95FVPHMW4110HTPVSGMT2YMDE2BSGXZEV5WSV0TD1DXMF2RQ5HN0
+PUBLIC_KEY = 5QA9WH735ECJMAJ84536KTHGDQ7TQMDJVSCVP3ZNVFZXJW609DKG
TINY_AMOUNT = TESTKUDOS:0.01
BASE_URL = http://localhost:8083/
@@ -184,3 +184,4 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
TALER_CONFIG_HOME = $TALER_HOME/.config/taler/
TALER_DATA_HOME = $TALER_HOME/.local/share/taler/
TALER_HOME = ${PWD}/generate_auditordb_home/
+