| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "logging": {
- "level": "notice"
- },
- "caps": {
- "shs": "H5EC+V5BU9s0lWxCkt4z8a095Sj8a6TgiLKPYi1JD7s="
- },
- "pub": false,
- "local": true,
- "friends": {
- "dunbar": 300,
- "hops": 2
- },
- "gossip": {
- "connections": 20,
- "local": true,
- "friends": true,
- "seed": true,
- "global": true
- },
- "replicationScheduler": {
- "autostart": true,
- "partialReplication": null
- },
- "autofollow": {
- "enabled": false,
- "feeds": []
- },
- "connections": {
- "seeds": [],
- "incoming": {
- "net": [
- {
- "scope": ["device", "local"],
- "transform": "shs",
- "port": 8008
- }
- ],
- "unix": [
- {
- "scope": [
- "device",
- "local",
- "private"
- ],
- "transform": "noauth"
- }
- ]
- },
- "outgoing": {
- "net": [
- {
- "transform": "shs"
- }
- ],
- "tunnel": [],
- "onion": [],
- "ws": []
- }
- }
- }
|