server-config.json 1002 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "logging": {
  3. "level": "notice"
  4. },
  5. "caps": {
  6. "shs": "H5EC+V5BU9s0lWxCkt4z8a095Sj8a6TgiLKPYi1JD7s="
  7. },
  8. "pub": false,
  9. "local": true,
  10. "friends": {
  11. "dunbar": 300,
  12. "hops": 2
  13. },
  14. "gossip": {
  15. "connections": 20,
  16. "local": true,
  17. "friends": true,
  18. "seed": true,
  19. "global": true
  20. },
  21. "replicationScheduler": {
  22. "autostart": true,
  23. "partialReplication": null
  24. },
  25. "autofollow": {
  26. "enabled": false,
  27. "feeds": []
  28. },
  29. "connections": {
  30. "seeds": [],
  31. "incoming": {
  32. "net": [
  33. {
  34. "scope": ["device", "local"],
  35. "transform": "shs",
  36. "port": 8008
  37. }
  38. ],
  39. "unix": [
  40. {
  41. "scope": [
  42. "device",
  43. "local",
  44. "private"
  45. ],
  46. "transform": "noauth"
  47. }
  48. ]
  49. },
  50. "outgoing": {
  51. "net": [
  52. {
  53. "transform": "shs"
  54. }
  55. ],
  56. "tunnel": [],
  57. "onion": [],
  58. "ws": []
  59. }
  60. }
  61. }