This commit is contained in:
Nathan C 2025-02-17 22:52:01 -05:00
parent fc2b626a4d
commit 0a0633492e
No known key found for this signature in database
GPG Key ID: 6094F8F8D02EA281
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ namespace QuestShare.Services
internal class SocketClientService 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 HubConnection connection { get; private set; } = null!;
internal static bool IsConnected => connection.State == HubConnectionState.Connected; internal static bool IsConnected => connection.State == HubConnectionState.Connected;
internal static bool IsAuthorized { get; private set; } = false; internal static bool IsAuthorized { get; private set; } = false;

View File

@ -63,7 +63,7 @@ namespace QuestShare.Server
if (string.IsNullOrEmpty(database)) if (string.IsNullOrEmpty(database))
{ {
Console.WriteLine("Please set the QUESTSHARE_DATABASE environment variable. A hardcoded default is being used."); 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(); var app = builder.Build();
app.Run(); app.Run();

View File

@ -16,13 +16,13 @@
"DownloadLinkTesting": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-2/latest.zip", "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", "DownloadLinkUpdate": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-2/latest.zip",
"DownloadCount": 1, "DownloadCount": 1,
"LastUpdate": "1739848676", "LastUpdate": "1739848679",
"IsHide": false, "IsHide": false,
"IsTestingExclusive": false, "IsTestingExclusive": false,
"IconUrl": "", "IconUrl": "",
"DalamudApiLevel": 11, "DalamudApiLevel": 11,
"InternalName": "QuestShare", "InternalName": "QuestShare",
"AssemblyVersion": "1.0.0.1" "AssemblyVersion": "1.0.0.2"
} }
] ]