Default to secure WS API.

This commit is contained in:
RedBigz 2024-06-09 17:43:02 +10:00
parent 133be36a31
commit 006e7445b1

View File

@ -26,7 +26,7 @@ public class Plugin : BaseUnityPlugin
{
Logger = base.Logger;
// Config
URL = Config.Bind("Networking", "WebsocketURL", "ws://spook.redbigz.com/api/upload", "The ws[s]:// URL.");
URL = Config.Bind("Networking", "WebsocketURL", "wss://spook.redbigz.com/api/upload", "The ws[s]:// URL.");
// Plugin startup logic
Logger.LogInfo($"Spooktube has loaded.");