-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 872 Bytes
/
config.json
File metadata and controls
32 lines (32 loc) · 872 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
{
"data": {
"servers": {
"1": {
"name": "Only seen at the console",
"channelsId": [
"Id do canal do Discord em que o bot vai mandar a mensagem",
"Pode ser mais de um canal"
],
"logPath": "./Klei/DoNotStarveTogether/Shard1/Master/server_chat_log.txt"
},
"2": {
"name": "My Endless Server",
"channelsId": [
"Channel1",
"Channel2",
"Channel3",
"..."
],
"logPath": "./Klei/DoNotStarveTogether/EndlessShard/Master/server_chat_log.txt"
},
"3": {
"name": "Third server in a row",
"channelsId": [
"Just one for this"
],
"logPath": "C:/your/path/here/cluster_name_here/log_is_prob_in_master_folder/your_log.txt"
}
},
"gitBash": "C:/Program Files/Git/bin/bash"
}
}