From 0a0633492e74253716d5826bd33faeb87d045106 Mon Sep 17 00:00:00 2001 From: Nathan C Date: Mon, 17 Feb 2025 22:52:01 -0500 Subject: [PATCH] update --- QuestShare.Dalamud/Services/SocketClientService.cs | 2 +- QuestShare.Server/Program.cs | 2 +- plogonmaster.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/QuestShare.Dalamud/Services/SocketClientService.cs b/QuestShare.Dalamud/Services/SocketClientService.cs index b387df1..686c6e1 100644 --- a/QuestShare.Dalamud/Services/SocketClientService.cs +++ b/QuestShare.Dalamud/Services/SocketClientService.cs @@ -18,7 +18,7 @@ namespace QuestShare.Services internal class SocketClientService { - private readonly string socketUrl = "http://sol.nate.lan:8080/Hub"; + private readonly string socketUrl = "https://api.nathanc.tech/Hub"; internal static HubConnection connection { get; private set; } = null!; internal static bool IsConnected => connection.State == HubConnectionState.Connected; internal static bool IsAuthorized { get; private set; } = false; diff --git a/QuestShare.Server/Program.cs b/QuestShare.Server/Program.cs index e472bf9..605305e 100644 --- a/QuestShare.Server/Program.cs +++ b/QuestShare.Server/Program.cs @@ -63,7 +63,7 @@ namespace QuestShare.Server if (string.IsNullOrEmpty(database)) { Console.WriteLine("Please set the QUESTSHARE_DATABASE environment variable. A hardcoded default is being used."); - Environment.SetEnvironmentVariable("QUESTSHARE_DATABASE", "Host=localhost;User ID=questshare;Password=hellofriend;Database=questshare;Include Error Detail=True"); + Environment.SetEnvironmentVariable("QUESTSHARE_DATABASE", "Host=sol.nate.lan;User ID=dalamud;Password=dalamud1meteor;Database=questshare"); } var app = builder.Build(); app.Run(); diff --git a/plogonmaster.json b/plogonmaster.json index 52ea3b2..2a4bf83 100644 --- a/plogonmaster.json +++ b/plogonmaster.json @@ -16,13 +16,13 @@ "DownloadLinkTesting": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-2/latest.zip", "DownloadLinkUpdate": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-2/latest.zip", "DownloadCount": 1, - "LastUpdate": "1739848676", + "LastUpdate": "1739848679", "IsHide": false, "IsTestingExclusive": false, "IconUrl": "", "DalamudApiLevel": 11, "InternalName": "QuestShare", - "AssemblyVersion": "1.0.0.1" + "AssemblyVersion": "1.0.0.2" } ]