test_transport_api_http_peer2.conf 689 B

12345678910111213141516171819202122232425262728293031
  1. @INLINE@ template_cfg_peer2.conf
  2. [PATHS]
  3. GNUNET_TEST_HOME = /tmp/test-transport/api-http-p2/
  4. [transport-http_server]
  5. PORT = 12090
  6. USE_IPv6 = YES
  7. #BINDTO = 127.0.0.1
  8. [arm]
  9. PORT = 12095
  10. DEFAULTSERVICES = transport
  11. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
  12. [statistics]
  13. PORT = 12094
  14. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock
  15. [resolver]
  16. PORT = 12093
  17. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock
  18. [peerinfo]
  19. PORT = 12092
  20. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock
  21. [transport]
  22. PORT = 12091
  23. PLUGINS = http_server
  24. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
  25. #PREFIX = valgrind --leak-check=full