Change port to 8520 to co-exist better with other local processes

This commit is contained in:
Ask Bjørn Hansen 2025-04-12 16:16:05 -07:00
parent 8ff74a7ca3
commit 4ec9c5ddc3

View File

@ -162,7 +162,7 @@ func main() {
errg, ctx := errgroup.WithContext(ctx) errg, ctx := errgroup.WithContext(ctx)
errg.Go(func() error { errg.Go(func() error {
return e.Start(":8000") return e.Start(":8520")
}) })
errg.Go(func() error { errg.Go(func() error {