Documentation / @zerotal/admin / index / EnvironmentIndicatorOptions
Interface: EnvironmentIndicatorOptions
Defined in: admin/src/ui/environmentIndicator.tsx:11
Properties
environment?
optionalenvironment?:string
Defined in: admin/src/ui/environmentIndicator.tsx:13
Environment name. Defaults to APP_ENV.
quiet?
optionalquiet?:string[]
Defined in: admin/src/ui/environmentIndicator.tsx:18
Environments to stay silent in. Local development needs no reminder that it is local — the point is to mark the ones where a mistake costs something.
tones?
optionaltones?:Record<string,string>
Defined in: admin/src/ui/environmentIndicator.tsx:20
Tone per environment; anything unlisted falls back to a warning amber.