diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-12 22:35:51 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-12 22:35:51 +0200 |
commit | 71a42d2be84c7959fd3a71f0b3ed3831d34697c7 (patch) | |
tree | 6db59309c987d6f1edc234b49a79e3600352d634 /src/auditor/auditor-basedb.conf | |
parent | 393ae7f9a3536569dde87cab8055693d6f1bd924 (diff) |
fix #7241
Diffstat (limited to 'src/auditor/auditor-basedb.conf')
-rw-r--r-- | src/auditor/auditor-basedb.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditor/auditor-basedb.conf b/src/auditor/auditor-basedb.conf index 197e6d951..9eaba7117 100644 --- a/src/auditor/auditor-basedb.conf +++ b/src/auditor/auditor-basedb.conf @@ -113,7 +113,7 @@ currency = TESTKUDOS [merchant-exchange-default] CURRENCY = TESTKUDOS EXCHANGE_BASE_URL = http://localhost:8081/ -MASTER_KEY = EQ73PAPVK53KV6QPBDXPD0DTAWR2TPTQQFFTT9AYSB73ZNYW0AD0 +MASTER_KEY = QRZFN2H2C1FANGHV76FBN11ESTK72VFCG3BVSRZA6PHJNT9WG3SG [merchant-account-merchant] ACTIVE_default = YES @@ -157,7 +157,7 @@ CONFIG = postgres:///auditor-basedb [exchange] LOOKAHEAD_SIGN = 32 weeks 1 day SIGNKEY_DURATION = 4 weeks -MASTER_PUBLIC_KEY = EQ73PAPVK53KV6QPBDXPD0DTAWR2TPTQQFFTT9AYSB73ZNYW0AD0 +MASTER_PUBLIC_KEY = QRZFN2H2C1FANGHV76FBN11ESTK72VFCG3BVSRZA6PHJNT9WG3SG SIGNKEY_LEGAL_DURATION = 4 weeks UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http @@ -175,7 +175,7 @@ DATABASE = postgres:///auditor-basedb CONFIG = postgres:///auditor-basedb [auditor] -PUBLIC_KEY = AAJ7CB4EV8MRZVCAR57B549SX1W7SPR50RFQ1ZV0GKZQMTJB4Z5G +PUBLIC_KEY = X25D3Y3K4SJZHP3KPP48R3PM9ZSYCEVEZK1SBXAMCRTTGN6CV32G TINY_AMOUNT = TESTKUDOS:0.01 BASE_URL = http://localhost:8083/ |