summaryrefslogtreecommitdiff
path: root/src/auditor/generate-auditor-basedb.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-19 19:39:14 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-19 19:39:14 +0100
commit5da9cfc51c0ceae3e944a0c35f994cadd745911a (patch)
tree28757ed8cc2a4d8ea568ac0ce9632b14f172dfbc /src/auditor/generate-auditor-basedb.sh
parent1f5c814b73221fb29cd6c78ec0f5ea6d82bc55bc (diff)
downloadexchange-5da9cfc51c0ceae3e944a0c35f994cadd745911a.tar.gz
exchange-5da9cfc51c0ceae3e944a0c35f994cadd745911a.tar.bz2
exchange-5da9cfc51c0ceae3e944a0c35f994cadd745911a.zip
clean up amount logic, fix 2^53 check
Diffstat (limited to 'src/auditor/generate-auditor-basedb.sh')
-rwxr-xr-xsrc/auditor/generate-auditor-basedb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh
index 22982c2b7..ed019cdf9 100755
--- a/src/auditor/generate-auditor-basedb.sh
+++ b/src/auditor/generate-auditor-basedb.sh
@@ -66,8 +66,8 @@ BANK_URL=http://localhost:${BANK_PORT}/
AUDITOR_URL=http://localhost:8083/
# patch configuration
-taler-config -c $CONF -s EXCHANGE -o MASTER_PUBLIC_KEY -V $MASTER_PUB
-taler-config -c $CONF -s EXCHANGE-DEFAULT -o MASTER_KEY -V $MASTER_PUB
+taler-config -c $CONF -s exchange -o MASTER_PUBLIC_KEY -V $MASTER_PUB
+taler-config -c $CONF -s merchant-exchange-default -o MASTER_KEY -V $MASTER_PUB
taler-config -c $CONF -s exchangedb-postgres -o CONFIG -V postgres:///$TARGET_DB
taler-config -c $CONF -s auditordb-postgres -o CONFIG -V postgres:///$TARGET_DB
taler-config -c $CONF -s merchantdb-postgres -o CONFIG -V postgres:///$TARGET_DB