# This file is in the public domain. @INLINE@ test_bank_api_fakebank.conf [twister] # HTTP listen port for twister HTTP_PORT = 8888 SERVE = tcp # HTTP Destination for twister. The test-Webserver needs # to listen on the port used here. Note: no trailing '/'! DESTINATION_BASE_URL = "http://localhost:8082" # Control port for TCP # PORT = 8889 HOSTNAME = localhost ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; # Control port for UNIX UNIXPATH = /tmp/taler-service-twister.sock UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES