-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json.example
More file actions
36 lines (36 loc) · 1.01 KB
/
Copy pathconfig.json.example
File metadata and controls
36 lines (36 loc) · 1.01 KB
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
{
"debug": {
"showConsole": true,
"createLog": true,
"logDecryption": false,
"logLevelConsole": 2,
"logLevelFile": 1
},
"patches": {
"SSL": true
},
"proxy": {
"enable": true,
"destinationPort": 18840,
"secure": false
},
"game": {
"gameKey": ""
},
"hostnames": {
"host": "http.server.cnc-online.net",
"login": "login.server.cnc-online.net",
"gpcm": "gpcm.server.cnc-online.net",
"peerchat": "peerchat.server.cnc-online.net",
"master": "master.server.cnc-online.net",
"natneg": "natneg.server.cnc-online.net",
"stats": "gamestats.server.cnc-online.net",
"sake": "sake.server.cnc-online.net",
"server": "server.cnc-online.net",
"register": "https://cnc-online.net/en/connect/register/",
"website": "https://cnc-online.net/en/",
"detour": "localhost",
"mac": "mac",
"tos": "https://cnc-online.net/en/faq/"
}
}