diff options
Diffstat (limited to 'src/testing/test_template.conf')
-rw-r--r-- | src/testing/test_template.conf | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf index 202719d0..ce95e6b3 100644 --- a/src/testing/test_template.conf +++ b/src/testing/test_template.conf @@ -1,18 +1,16 @@ [PATHS] TALER_TEST_HOME = test_merchant_api_home/ -[taler] -CURRENCY = TESTKUDOS -CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 - [merchant-exchange-kudos] DISABLED = YES [exchange] +CURRENCY = TESTKUDOS +CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 AML_THRESHOLD = TESTKUDOS:1000000 MAX_KEYS_CACHING = forever DB = postgres -MASTER_PUBLIC_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0 +MASTER_PUBLIC_KEY = KHA6YSPRQV1ZFCF144SY8KJNR588XA8DA0F6510FKJW30DJFJNAG SERVE = tcp UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http UNIXPATH_MODE = 660 @@ -46,7 +44,7 @@ FORCE_AUDIT = YES [merchantdb-postgres] CONFIG = postgres:///talercheck -SQL_DIR = $DATADIR/sql/merchant/ +SQL_DIR = ${DATADIR}sql/ [bank] HTTP_PORT = 8082 @@ -106,7 +104,7 @@ WIRE_GATEWAY_URL = "http://localhost:8082/accounts/exchange/taler-wire-gateway/" [merchant-exchange-default] EXCHANGE_BASE_URL = http://localhost:8081/ CURRENCY = TESTKUDOS -MASTER_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0 +MASTER_KEY = KHA6YSPRQV1ZFCF144SY8KJNR588XA8DA0F6510FKJW30DJFJNAG [payments-generator] currency = TESTKUDOS |