readding json file with secrets removed
This commit is contained in:
parent
d16cfb64e4
commit
021afeda9b
62
torchlight_changes_unloze/torchlight3/config.json
Executable file
62
torchlight_changes_unloze/torchlight3/config.json
Executable file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"VoiceServer":
|
||||
{
|
||||
"Host": "127.0.0.1",
|
||||
"Port": 28015,
|
||||
"SampleRate": 22050
|
||||
},
|
||||
"SMAPIServer":
|
||||
{
|
||||
"Host": "127.0.0.1",
|
||||
"Port": 39376
|
||||
},
|
||||
|
||||
"AudioLimits":
|
||||
{
|
||||
"2":
|
||||
{
|
||||
"Uses": 1,
|
||||
"TotalTime": 5.0,
|
||||
"MaxLength": 5.0,
|
||||
"DelayFactor": 3.0
|
||||
},
|
||||
"3":
|
||||
{
|
||||
"Uses": 2,
|
||||
"TotalTime": 7.5,
|
||||
"MaxLength": 7.5,
|
||||
"DelayFactor": 3.0
|
||||
},
|
||||
"4":
|
||||
{
|
||||
"Uses": 5,
|
||||
"TotalTime": 10.0,
|
||||
"MaxLength": 5.0,
|
||||
"DelayFactor": 3.0
|
||||
},
|
||||
"5":
|
||||
{
|
||||
"Uses": 15,
|
||||
"TotalTime": 25.0,
|
||||
"MaxLength": 5.0,
|
||||
"DelayFactor": 3.0
|
||||
}
|
||||
},
|
||||
"AntiSpam":
|
||||
{
|
||||
"ImmunityLevel": 9,
|
||||
"MaxUsageSpan": 100,
|
||||
"MaxUsageTime": 100,
|
||||
"PunishDelay": 50,
|
||||
"StopLevel": 6,
|
||||
"ChatCooldown": 15
|
||||
},
|
||||
"Advertiser":
|
||||
{
|
||||
"MaxSpan": 30,
|
||||
"AdStop": 10
|
||||
},
|
||||
|
||||
"WolframAPIKey": "",
|
||||
"OpenWeatherAPIKey": ""
|
||||
}
|
Loading…
Reference in New Issue
Block a user