test_fs_defaults.conf 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. [PATHS]
  2. GNUNET_TEST_HOME = /tmp/gnunet-test-fs-lib/
  3. [resolver]
  4. PORT = 4364
  5. HOSTNAME = localhost
  6. [transport]
  7. PORT = 4365
  8. PLUGINS = tcp
  9. [nat]
  10. DISABLEV6 = YES
  11. ENABLE_UPNP = NO
  12. BEHIND_NAT = NO
  13. ALLOW_NAT = NO
  14. INTERNAL_ADDRESS = 127.0.0.1
  15. EXTERNAL_ADDRESS = 127.0.0.1
  16. USE_LOCALADDR = YES
  17. RETURN_LOCAL_ADDRESSES = YES
  18. [arm]
  19. PORT = 4366
  20. HOSTNAME = localhost
  21. DEFAULTSERVICES = fs
  22. [datastore]
  23. QUOTA = 100 MB
  24. [statistics]
  25. PORT = 4367
  26. HOSTNAME = localhost
  27. [transport-tcp]
  28. BINDTO = 127.0.0.1
  29. PORT = 4368
  30. [peerinfo]
  31. PORT = 4369
  32. HOSTNAME = localhost
  33. NO_IO = YES
  34. [ats]
  35. WAN_QUOTA_IN = 65536
  36. WAN_QUOTA_OUT = 65536
  37. [core]
  38. PORT = 4370
  39. HOSTNAME = localhost
  40. [fs]
  41. PORT = 4371
  42. HOSTNAME = localhost
  43. CONTENT_CACHING = YES
  44. CONTENT_PUSHING = YES
  45. DELAY = YES
  46. # PREFIX = valgrind --leak-check=full
  47. [testing]
  48. WEAKRANDOM = YES
  49. [dhtcache]
  50. QUOTA=65536
  51. DATABASE=heap
  52. [dns]
  53. AUTOSTART = NO
  54. [nse]
  55. AUTOSTART = NO
  56. [dv]
  57. AUTOSTART = NO
  58. [chat]
  59. AUTOSTART = NO
  60. [gns]
  61. AUTOSTART = NO
  62. [vpn]
  63. AUTOSTART = NO
  64. [namestore]
  65. AUTOSTART = NO
  66. [consensus]
  67. AUTOSTART = NO
  68. [cadet]
  69. REFRESH_PATH_TIME = 30 min