-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathuser_data.json_example
More file actions
33 lines (33 loc) · 948 Bytes
/
Copy pathuser_data.json_example
File metadata and controls
33 lines (33 loc) · 948 Bytes
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
{
"server_opt": [
{
"serverid": "654146666167092783",
"channelid": "239829218052111932",
"token": "8DfH26iLMGhcJRY2EJ6fqEKV.C68so6.4CuLrAxLmzoS32by85HbhYlZ12M",
"queue_limit": 10,
"loglevel": "INFO",
"logfile": "simc.log",
"listen_ip": "0.0.0.0",
"listen_port": "5000"
}
],
"simcraft_opt": [
{
"website": "http://simc.discord.me",
"api_key": "BATTLE.NET API KEY",
"htmldir": "/var/www/simc/",
"default_realm": "magtheridon",
"executable": "/usr/local/sbin/simc-715",
"region": "eu",
"allow_iteration_parameter": false,
"default_iterations": "25000",
"fightstyles": ["Patchwerk", "LightMovement" ,"HeavyMovement", "HecticAddCleave", "HelterSkelter"],
"aoe_targets": 4,
"threads": 6,
"process_priority": "low",
"length": 400,
"data_timeout": 60,
"timeout": 1 // This is in minutes.
}
]
}