merchant

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

test_merchant_api_proxy_merchant.conf (731B)


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