merchant

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

test_merchant_api_proxy_exchange.conf (701B)


      1 # This file is in the public domain.
      2 
      3 # Config to set up the twister between the
      4 # merchant and the exchange.
      5 
      6 [twister]
      7 # HTTP listen port for twister (the merchant
      8 # will transparently use this URL as the "exchange")
      9 HTTP_PORT = 8888
     10 SERVE = tcp
     11 
     12 # HTTP Destination for twister, so the real exchange
     13 # URL.  Note: no trailing '/'!
     14 DESTINATION_BASE_URL = "http://localhost:8081"
     15 
     16 # Control port for TCP
     17 # PORT = 8889
     18 HOSTNAME = localhost
     19 ACCEPT_FROM = 127.0.0.1;
     20 ACCEPT_FROM6 = ::1;
     21 
     22 # Control port for UNIX
     23 UNIXPATH = /tmp/taler-service-twister-exchange.sock
     24 UNIX_MATCH_UID = NO
     25 UNIX_MATCH_GID = YES
     26 
     27 # Launching of twister by ARM
     28 # BINARY = taler-service-twister
     29 # AUTOSTART = NO
     30 # FORCESTART = NO