Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 198766f

Browse files
committed
fix: also include config adjustment
1 parent f15a9d7 commit 198766f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/config/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import (
77
type Config struct {
88
Port string `envconfig:"default=8080,optional"`
99
LogLevel string `envconfig:"default=INFO,optional"`
10-
WatchedDir string `envconfig:"default=definitions,required"`
10+
WatchedDir string `envconfig:"default=bin/definitions,required"`
11+
EnableKCP bool `envconfig:"default=true,optional"`
1112
HandlerCfg HandlerConfig
1213
}
1314

0 commit comments

Comments
 (0)