test_bank_api_fakebank_twisted.conf (524B)
1 # This file is in the public domain. 2 3 @INLINE@ test_bank_api_fakebank.conf 4 5 [twister] 6 7 # HTTP listen port for twister 8 HTTP_PORT = 8888 9 SERVE = tcp 10 # HTTP Destination for twister. The test-Webserver needs 11 # to listen on the port used here. Note: no trailing '/'! 12 DESTINATION_BASE_URL = "http://localhost:8082" 13 14 # Control port for TCP 15 # PORT = 8889 16 HOSTNAME = localhost 17 ACCEPT_FROM = 127.0.0.1; 18 ACCEPT_FROM6 = ::1; 19 20 # Control port for UNIX 21 UNIXPATH = /tmp/taler-service-twister.sock 22 UNIX_MATCH_UID = NO 23 UNIX_MATCH_GID = YES