Torchlight3/config.json

58 lines
732 B
JSON
Raw Normal View History

2017-08-02 23:41:02 +02:00
{
"VoiceServer":
{
2021-04-30 14:13:52 +02:00
"Host": "127.0.0.1",
2017-08-02 23:41:02 +02:00
"Port": 27020,
2019-12-30 17:43:48 +01:00
"SampleRate": 22050
2017-08-02 23:41:02 +02:00
},
"SMAPIServer":
{
2021-04-30 14:13:52 +02:00
"Host": "127.0.0.1",
2017-08-02 23:41:02 +02:00
"Port": 27021
},
"AudioLimits":
{
"0":
{
"Uses": -1,
"TotalTime": 12.5,
"MaxLength": 5.0,
"DelayFactor": 10.0
},
"1":
{
"Uses": -1,
"TotalTime": 17.5,
"MaxLength": 5.0,
"DelayFactor": 5.0
}
},
"AntiSpam":
{
2019-12-30 17:43:48 +01:00
"ImmunityLevel": 5,
2017-08-02 23:41:02 +02:00
"MaxUsageSpan": 60,
"MaxUsageTime": 10,
"PunishDelay": 60,
2019-12-30 17:43:48 +01:00
"StopLevel": 3,
"ChatCooldown": 15
2017-08-02 23:41:02 +02:00
},
2021-04-30 14:13:52 +02:00
"Advertiser":
{
"MaxSpan": 30,
"AdStop": 10
},
2017-08-02 23:41:02 +02:00
"TorchRCON":
{
"Host": "0.0.0.0",
2021-04-30 14:13:52 +02:00
"Port": 27115,
2017-08-02 23:41:02 +02:00
"Password": "***"
},
"WolframAPIKey": "***",
2019-12-30 17:43:48 +01:00
"WundergroundAPIKey": "***",
"OpenWeatherAPIKey": "***"
2017-08-02 23:41:02 +02:00
}