Foxx configuration

    The object maps names to configuration parameters:

    • The key is the name under which the parameter will be availableon the service context’s configuration property.

    • The value is a parameter definition.

    The parameter definition can have the following properties:

    • description: string

    Human readable description of the parameter.

    • or "int":any finite integer number.

    • "boolean" or "bool":the values true or .

    • "number":any finite decimal or integer number.

    • "json":any well-formed JSON value.

    • default:

    Default value of the configuration parameter.

    Whether the parameter is required.

    If the configuration has parameters that do not specify a default value, you need to configure the service before it becomes active. In the meantime a fallback servicelication will be mounted that responds to all requests with a HTTP 500 status code indicating a server-side error.

    The configuration parameters of a mounted service can be adjusted from the web interface by clicking the Configuration button in the service details.

    Examples