forked from ChronosWS/APIEvolved
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.config.json
35 lines (35 loc) · 993 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
{
"API": {
"Port": 8080,
"Secret": "",
"Debug": false
},
"Server": {
"Timezone" : "America/New_York",
"Win64": "C:\\ARK\\ShooterGame\\Binaries\\Win64",
"Params": "TheIsland?MaxPlayers=10?listen -nosteamclient -game -server -log",
"Backup": {
"Enabled": true,
"Minutes": 30,
"Directory": "C:\\ARK\\Backups"
},
"AutoStart": true,
"AutoUpdate": {
"Enabled": true,
"Validate": false,
"OnlyMajor": true
},
"Scheduler": {
"Restart": [
{"cron": "0 0 0 * * *", "message": "Automated restart"},
{"cron": "0 0 10 * * *", "message": "Automated restart"},
{"cron": "0 30 17 * * *", "message": "Automated restart"}
],
"Broadcast": [
{"cron": "0 0 12 * * *", "message": "This server is running with APIEvolved"},
{"cron": "0 0 18 * * *", "message": "This server is running with APIEvolved"}
]
}
},
"SteamCMD": "C:\\ARK\\SteamCMD\\steamcmd.exe"
}