test_exchange_api-twisted.conf (848B)
1 # This file is in the public domain. 2 3 [exchange] 4 # Base URL of the exchange ('S PROXY). This URL is where the 5 # twister listens at, so that it will be able to get all the 6 # connection addressed to the exchange. In fact, the presence 7 # of the twister is 100% transparent to the test case, as it 8 # only seeks the exchange/BASE_URL URL to connect to the exchange. 9 BASE_URL = "http://localhost:8888/" 10 11 [twister] 12 # HTTP listen port for twister 13 HTTP_PORT = 8888 14 SERVE = tcp 15 16 # HTTP Destination for twister. The test-Webserver needs 17 # to listen on the port used here. Note: no trailing '/'! 18 DESTINATION_BASE_URL = "http://localhost:8081" 19 20 # Control port for TCP 21 # PORT = 8889 22 HOSTNAME = localhost 23 ACCEPT_FROM = 127.0.0.1; 24 ACCEPT_FROM6 = ::1; 25 26 # Control port for UNIX 27 UNIXPATH = /tmp/taler-service-twister.sock 28 UNIX_MATCH_UID = NO 29 UNIX_MATCH_GID = YES