default server port
This commit is contained in:
parent
b6bfae6083
commit
e7fd7ce26f
|
@ -22,7 +22,7 @@ const (
|
||||||
errs = "errors.log"
|
errs = "errors.log"
|
||||||
logs = "logs.log"
|
logs = "logs.log"
|
||||||
host = "localhost"
|
host = "localhost"
|
||||||
port = 5001
|
port = 3001
|
||||||
interval = 200
|
interval = 200
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue