-
Notifications
You must be signed in to change notification settings - Fork 8
/
conf.json.example
67 lines (67 loc) · 1.52 KB
/
conf.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"Name": "Meshnet",
"AdminContact":{
"Name": "John Doe",
"Email": "[email protected]",
"PGP": "0123ABCD"
},
"AdminAddresses": [ "127.0.0.1" ],
"Web": {
"Hostname": "http://localhost",
"Prefix": "",
"Addr": "tcp://0.0.0.0:8077",
"DeproxyHeaderFields": [
"X-Forwarded-For",
"X-Real-Ip"
],
"HeaderSnippet": "<meta name='description' content='Federated node mapping for mesh networks.'>",
"AboutSnippet": "Contact the administrator of this map for help!",
"RSS": {
"MaxAge": "2h"
}
},
"ChildMaps": [],
"Database": {
"DriverName": "sqlite3",
"Resource": "example.db",
"ReadOnly": true
},
"HeartbeatRate": "10m",
"CacheExpiration": "168h",
"VerificationExpiration": "48h",
"ExtraVerificationFlags": "-6",
"SMTP": {
"VerifyDisabled": false,
"EmailAddress": "[email protected]",
"Username": "nodeatlas",
"Password": "password123",
"NoAuthenticate": false,
"ServerAddress": "mail.example.com:587"
},
"Map": {
"Favicon": "nodeatlas.png",
"Tileserver": "http://{s}.tile.osm.org/{z}/{x}/{y}.png",
"Center": {
"Latitude": 40,
"Longitude": -100
},
"Zoom": 4,
"MaxZoom": 16,
"ClusterRadius": 50,
"Attribution": "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors",
"AddressType": "Network-specific IP"
},
"Verify": {
"Netmask": "fc00::/8",
"FromNode": true
},
"NetworkAdmin": {
"Type": "cjdns",
"Credentials": {
"addr": "127.0.0.1",
"port": 11234,
"password": "adminpassword",
"config": "/etc/cjdroute.conf"
}
}
}