test_arm_api_data.conf 680 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. @INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf
  2. @INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf
  3. [PATHS]
  4. GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-arm/
  5. [arm]
  6. BINARY = gnunet-service-arm
  7. OPTIONS = -L ERROR
  8. #PREFIX = valgrind --tool=memcheck --leak-check=yes
  9. [resolver]
  10. START_ON_DEMAND = YES
  11. PORT = 23355
  12. # PREFIX = valgrind
  13. [do-nothing]
  14. START_ON_DEMAND = NO
  15. PORT = 48223
  16. HOSTNAME = localhost
  17. BINARY = /will/be/overwritten/by/test_exponential_backoff
  18. ACCEPT_FROM = 127.0.0.1;
  19. ACCEPT_FROM6 = ::1;
  20. [statistics]
  21. START_ON_DEMAND = YES
  22. [core]
  23. START_ON_DEMAND = NO
  24. [transport]
  25. START_ON_DEMAND = NO
  26. [ats]
  27. START_ON_DEMAND = NO
  28. [peerinfo]
  29. START_ON_DEMAND = NO