-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
33 lines (33 loc) · 870 Bytes
/
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
{
"bUseHTTPS": false,
"ssl": {
"cert": "cert.pem",
"key": "key.pem"
},
"importInterval": 30,
"bUseSeperateImageServer": false,
"imageServerPort": 3001,
"bIncludeImageServerPortInURLs": true,
"websitePort": 3000,
"minTMPFileAgeInDays": 1,
"mysql": {
"host": "localhost",
"port": 3306,
"user": "root",
"password": "",
"database": "node_utstats_2"
},
"logFilePrefix": "unreal.nglog.",
"importedLogsFolder": "Logs",
"multiKillTimeLimit": 3,
"spawnKillTimeLimit": 2,
"ace": {
"logDir": "Logs",
"playerJoinLogPrefix": "ACE_JOIN",
"kickLogPrefix": "[ACE]",
"importedScreenshotsDir": "public/images/ace",
"screenshotsDir": "Shots",
"screenshotExtensionType": ".jpg",
"screenshotPrefix": "[ACE]"
}
}