default server port

This commit is contained in:
alessio 2017-08-08 00:50:59 +02:00
parent b6bfae6083
commit e7fd7ce26f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const (
errs = "errors.log"
logs = "logs.log"
host = "localhost"
port = 5001
port = 3001
interval = 200
)