Skip to content

Commit 32856db

Browse files
Dharmishtha PatelDharmishtha Patel
authored andcommitted
Point RavenDB Management Studio link to localhost
1 parent 7ba444c commit 32856db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.Config/UI/AdvancedOptions/ServiceControlAdvancedViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ForceUpgradeAuditInstanceCommand forceUpgradeAuditCommand
8181

8282
public bool InMaintenanceMode => ServiceControlInstance.InMaintenanceMode;
8383

84-
public string StorageUrl => ServiceControlInstance.StorageUrl;
84+
public string StorageUrl => $"http://localhost:{ServiceControlInstance.DatabaseMaintenancePort ?? 33334}/studio/index.html#databases";
8585

8686
public bool IsRunning
8787
{

0 commit comments

Comments
 (0)