Processed current value of the configuration option as exposed in the service code.
Current value of the configuration option as stored internally.
Optional
default?: anyDefault value of the configuration option.
Optional
description?: stringHuman-readable description of the configuration option.
Whether the configuration option must be set in order for the service to be operational.
Formatted name of the configuration option.
Data type of the configuration value.
Note: "int"
and "bool"
are historical synonyms for "integer"
and
"boolean"
. The "password"
type is synonymous with "string"
but can
be used to distinguish values which should not be displayed in plain text
by software when managing the service.
Generated using TypeDoc
Object describing a configuration option of a Foxx service.