-
Notifications
You must be signed in to change notification settings - Fork 1
/
example_config.json
49 lines (49 loc) · 989 Bytes
/
example_config.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
40
41
42
43
44
45
46
47
48
49
{
"logs_location": "logs/WebChunk.log",
"storages": [
{
"name": "Docker db",
"type": "postgres",
"addr": "host=localhost dbname=chunkdb user=webchunk password=chunky81254 port=9182 connect_timeout=3"
},
{
"name": "storage/a",
"type": "filesystem",
"addr": "./storage/b"
}
],
"web": {
"layouts_location": "./layouts/",
"layouts_glob": "./layouts/*.gohtml",
"listen": "127.0.0.1:3002",
"color_pallete": "./colors.gob"
},
"proxy": {
"motd": {
"text": "WebChunk proxy server"
},
"maxplayers": 999,
"icon": "",
"listen": "127.0.0.1:25566",
"credentials": "./cmd/auth/",
"CompressThreshold": 0
},
"proxy_routing": {
"FlexCoral": {
"address": "phoenixanarchy.com",
"world": "",
"dimension": ""
}
},
"reconstructor": {
"motd": {
"text": "WebChunk reconstructor"
},
"maxplayers": 999,
"icon": "",
"listen": "127.0.0.1:25567",
"default_view_distance": 25,
"CompressThreshold": 0
},
"RenderReceived": true
}