blob: 8a6a21c051ecbfc202512aa9d8879a65f6a943e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# This file is in the public domain.
@INLINE@ test_merchant_api-cs.conf
[merchant-exchange-test]
# must target the twister's http port.
EXCHANGE_BASE_URL = http://localhost:8888/
[exchange]
BASE_URL = http://localhost:8888/
# merchant: 8080
# exchange: 8081
# (Fake)bank: 8082
# twisted-exchange: 8888
# twisted-merchant: 8889
|