test_core_api_send_to_self.conf 558 B

12345678910111213141516171819202122232425262728
  1. @INLINE@ test_core_defaults.conf
  2. [PATHS]
  3. SERVICEHOME = ~/.gnunet/
  4. DEFAULTCONFIG = test_core_api_send_to_self.conf
  5. [arm]
  6. PORT = 2425
  7. DEFAULTSERVICES = core test-sts
  8. [core]
  9. PORT = 24512
  10. TOTAL_QUOTA_IN = 104857600
  11. TOTAL_QUOTA_OUT = 104757600
  12. UNIXPATH = /tmp/gnunet-service-core.sock
  13. [test-sts]
  14. AUTOSTART = YES
  15. PORT = 9252
  16. HOSTNAME = localhost
  17. HOME = $SERVICEHOME
  18. CONFIG = $DEFAULTCONFIG
  19. BINARY = test_core_api_send_to_self
  20. ACCEPT_FROM = 127.0.0.1;
  21. ACCEPT_FROM6 = ::1;
  22. TOTAL_QUOTA_IN = 65536
  23. TOTAL_QUOTA_OUT = 65536
  24. UNIXPATH = /tmp/gnunet-service-sts.sock