Files
2025-04-15 17:09:46 +02:00

6 lines
111 B
Go

package activity
type config struct {
Enabled bool `env:"NB_EVENT_ACTIVITY_LOG_ENABLED" envDefault:"true"`
}