forked from RealMCoded/LunarRec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.template.json
37 lines (37 loc) · 1006 Bytes
/
config.template.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
36
37
{
"__NOTE": "If you need help with the config, check out config-help.md!",
"instance_info":{
"name": "LunarRec",
"description": "A LunarRec Instance",
"owner": "Instance Owner",
"website": "https://example.com"
},
"logConnections": false,
"debugOutput": false,
"serverAddress":"http://localhost:2017",
"targetVersion": null,
"customPosters": false,
"allow2016AndEarly2017": false,
"clearImageCacheOnLaunch": true,
"port": 2017,
"token_signature":"LunarRec_ReplaceMeWithSomethingElsePlz",
"webhook":{
"console": "",
"reports": ""
},
"discord_bot":{
"enabled": false,
"token":"TOKEN.HERE",
"clientID":"1234567890",
"serverID":"1234567890",
"instanceOwnerID":"284804878604435476",
"status": {
"type": "PLAYING",
"activity": "LunarRec"
}
},
"rateLimits":{
"maxRequests": 50,
"window": 60000
}
}