Skip to content

Commit a019561

Browse files
committed
add defaults
1 parent c147ff9 commit a019561

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internals/config/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import (
1111
var ENV = &structure.ENV{
1212
LOG_LEVEL: "info",
1313
PORT: "5555",
14+
PING_INTERVAL: 5,
15+
PING_RETRIES: 7,
1416
}
1517

1618
func Load() {

0 commit comments

Comments
 (0)