Configuration property fixed at build time - All other configuration properties are overridable at runtime

Configuration property

Type

Default

The web path where Dashbuilder dashboards will be available. By default, this value will be resolved as a path relative to ${quarkus.http.non-application-root-path}.

Environment variable: QUARKUS_DASHBUILDER_PATH

string

/dashboards

Comma separated list of dashboards to be rendered by Dashbuilder. If not used then Dashbuilder scan all *.dash.(yaml|yml|json) files

Environment variable: QUARKUS_DASHBUILDER_DASHBOARDS

list of string

If true samples will also be included in the final JAR

Environment variable: QUARKUS_DASHBUILDER_INCLUDE_SAMPLES

boolean

false

Dashboards properties

Environment variable: QUARKUS_DASHBUILDER_PROPERTIES

Map<String,Map<String,String>>