Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 00ed2f6

Browse files
don't feel like dealing with port reservations
1 parent f717867 commit 00ed2f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SqlStreamStore.HAL.DevServer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static async Task<int> Main(string[] args)
3131
using(var server = new KestrelOwinServer(options))
3232
using(var streamStore = new InMemoryStreamStore())
3333
{
34-
await server.Start("http://localhost:80", Configure(streamStore), CancellationToken.None);
34+
await server.Start("http://localhost:8001", Configure(streamStore), CancellationToken.None);
3535

3636
DisplayMenu(streamStore);
3737
}

0 commit comments

Comments
 (0)