diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-05 21:00:41 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-05 21:00:49 +0200 |
commit | bdbd2a464df579c014d71800cf72571dc73ed645 (patch) | |
tree | 2c68b7a2b7bc95c2aaca0b4500fc79b4658d7d30 /src/auditor | |
parent | 60f609135d04ce3bb4ecad6405572bb6d601fa43 (diff) |
no purse fee if purse is successfully merged
Diffstat (limited to 'src/auditor')
-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 a67f2bf1a..197e6d951 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 = W2824S2YNKFZDR0P57Q005J23XGFWSE2GB24A1YS0157NE3F24NG +MASTER_KEY = EQ73PAPVK53KV6QPBDXPD0DTAWR2TPTQQFFTT9AYSB73ZNYW0AD0 [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 = W2824S2YNKFZDR0P57Q005J23XGFWSE2GB24A1YS0157NE3F24NG +MASTER_PUBLIC_KEY = EQ73PAPVK53KV6QPBDXPD0DTAWR2TPTQQFFTT9AYSB73ZNYW0AD0 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 = MSF4QDJMZTT9CC5EMHS480F652QAS40SEXEPAW0GGB9G9RB9B5T0 +PUBLIC_KEY = AAJ7CB4EV8MRZVCAR57B549SX1W7SPR50RFQ1ZV0GKZQMTJB4Z5G TINY_AMOUNT = TESTKUDOS:0.01 BASE_URL = http://localhost:8083/ |