Change port to 8520 to co-exist better with other local processes
This commit is contained in:
parent
8ff74a7ca3
commit
4ec9c5ddc3
@ -162,7 +162,7 @@ func main() {
|
||||
errg, ctx := errgroup.WithContext(ctx)
|
||||
|
||||
errg.Go(func() error {
|
||||
return e.Start(":8000")
|
||||
return e.Start(":8520")
|
||||
})
|
||||
|
||||
errg.Go(func() error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user