-
Notifications
You must be signed in to change notification settings - Fork 0
/
oinari.json
39 lines (39 loc) · 921 Bytes
/
oinari.json
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
{
"documentRoot": "./dist",
"rootURL": "https://localhost:8080/",
"homeURL": "https://localhost:8080/index.html",
"templateRoot": "./templates",
"secretParameter": "./secrets.json",
"headers": {
"Cross-Origin-Resource-Policy": "cross-origin"
},
"useTcp": true,
"path": "/seed",
"port": 8080,
"certFile": "./localhost.crt",
"keyFile": "./localhost.key",
"sessionTimeout": 30000,
"PollingTimeout": 10000,
"node": {
"revision": 20220312.1,
"iceServers": [
{
"urls": [
"stun:stun.l.google.com:19302",
"stun:stun1.l.google.com:19302",
"stun:stun2.l.google.com:19302",
"stun:stun3.l.google.com:19302",
"stun:stun4.l.google.com:19302"
]
}
],
"routing": {
"updatePeriod": 500,
"forceUpdateTimes": 20
},
"coordSystem2D": {
"type": "sphere",
"radius": 6378137
}
}
}