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

Commit 40880cc

Browse files
authored
Update env.go
1 parent 862c7ef commit 40880cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type Config struct {
3333
HTTPAddr string `env:",expand" envDefault:"$HTTP_HOST:$HTTP_PORT"`
3434

3535
// Files configuration.
36-
StubWatcherEnabled bool `env:"STUB_WATCHER_ENABLED" envDefault:"false"`
36+
StubWatcherEnabled bool `env:"STUB_WATCHER_ENABLED" envDefault:"true"`
3737
StubWatcherInterval time.Duration `env:"STUB_WATCHER_INTERVAL" envDefault:"1s"`
3838
StubWatcherType watcherType `env:"STUB_WATCHER_TYPE" envDefault:"fsnotify"`
3939
}

0 commit comments

Comments
 (0)