update
This commit is contained in:
parent
fc2b626a4d
commit
0a0633492e
@ -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;
|
||||
|
||||
@ -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();
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user