From a09e86b8a3ef7ffc76dd5b16ea109fc7b16a59d8 Mon Sep 17 00:00:00 2001 From: jenz Date: Fri, 20 Dec 2024 02:05:59 +0100 Subject: [PATCH] re-added file with secrets removed --- .../torchlight3/config-mg.json | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 torchlight_changes_unloze/torchlight3/config-mg.json diff --git a/torchlight_changes_unloze/torchlight3/config-mg.json b/torchlight_changes_unloze/torchlight3/config-mg.json new file mode 100755 index 00000000..14691cb7 --- /dev/null +++ b/torchlight_changes_unloze/torchlight3/config-mg.json @@ -0,0 +1,42 @@ +{ + "VoiceServer": + { + "Host": "127.0.0.1", + "Port": 28115, + "SampleRate": 22050 + }, + "SMAPIServer": + { + "Host": "127.0.0.1", + "Port": 40376 + }, + + "AudioLimits": + { + }, + "AntiSpam": + { + "ImmunityLevel": 5, + "MaxUsageSpan": 50, + "MaxUsageTime": 30, + "PunishDelay": 50, + "StopLevel": 3, + "ChatCooldown": 15 + }, + "Advertiser": + { + "MaxSpan": 30, + "AdStop": 10 + }, + + + "TorchRCON": + { + "Host": "0.0.0.0", + "Port": 40377, + "Password": "" + }, + + "WolframAPIKey": "", + "OpenWeatherAPIKey": "" +}