merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

test_merchant_api_twisted-cs.conf (330B)


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