diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-03-18 15:40:24 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-03-18 15:47:25 +0100 |
commit | badfde896217b1f1da3831872acbcda79f6b2cc9 (patch) | |
tree | 6fd8a61600ad1ffc92095199823935c10aa6b535 /src/auditor/auditor-basedb.conf | |
parent | e909f5701bb787223f1947f988a1ffd741f2a1e0 (diff) |
add deposits_by_coin table to speed-up certain queries (in theory)
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 a5d42003b..5e0a3e43a 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 = W9C2B5CNVP7JNFB3AE81G76VDBZCWFRW7FCJTDS81FS83C4PMFHG +MASTER_KEY = G51RWFPKP9FPZF0VGFJBR8BN1BN4RXS9V9DPQX76FX5ZNYPYK810 [merchant-account-merchant] ACTIVE_default = YES @@ -167,7 +167,7 @@ CONFIG = postgres:///auditor-basedb [exchange] LOOKAHEAD_SIGN = 32 weeks 1 day SIGNKEY_DURATION = 4 weeks -MASTER_PUBLIC_KEY = W9C2B5CNVP7JNFB3AE81G76VDBZCWFRW7FCJTDS81FS83C4PMFHG +MASTER_PUBLIC_KEY = G51RWFPKP9FPZF0VGFJBR8BN1BN4RXS9V9DPQX76FX5ZNYPYK810 SIGNKEY_LEGAL_DURATION = 4 weeks UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http @@ -175,7 +175,7 @@ UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http CONFIG = postgres:///auditor-basedb [auditor] -PUBLIC_KEY = NA0N2NCD7ZZ55VEW5GFVGA04YTSDX4BG8C3FRH57SDVC9Q65S3NG +PUBLIC_KEY = M81A8DR718RJFHDSSBS9MJ069E5QR6QYANC8NKYK4D7RKH032HDG TINY_AMOUNT = TESTKUDOS:0.01 BASE_URL = http://localhost:8083/ |