mirror of
https://github.com/netbirdio/management-refactor.git
synced 2026-05-22 17:12:59 -07:00
6 lines
111 B
Go
6 lines
111 B
Go
package activity
|
|
|
|
type config struct {
|
|
Enabled bool `env:"NB_EVENT_ACTIVITY_LOG_ENABLED" envDefault:"true"`
|
|
}
|