Skip to content

Commit 3b45bb5

Browse files
committed
feat: update DirectoryHubUrl to point to the production server
1 parent 6235565 commit 3b45bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EchoHub.Server/Services/ServerDirectoryService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace EchoHub.Server.Services;
77

88
public sealed class ServerDirectoryService : BackgroundService
99
{
10-
private const string DirectoryHubUrl = "https://localhost:5001/hubs/servers";
10+
private const string DirectoryHubUrl = "https://echohub.voidcube.cloud/hubs/servers";
1111
private static readonly TimeSpan ReconnectBaseDelay = TimeSpan.FromSeconds(2);
1212
private static readonly TimeSpan ReconnectMaxDelay = TimeSpan.FromSeconds(30);
1313
private static readonly TimeSpan UserCountMinInterval = TimeSpan.FromSeconds(1);

0 commit comments

Comments
 (0)