You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

Blueriq uses Spring Boot's Externalised Configuration feature to allow you to externalize configuration which allows to use the same Blueriq code in different environments. Further, all Blueriq application configuration is divided into Spring Profiles to be able to selectively make code available. Each profile makes use of its own propertyfile, using the naming convention application-<PROFILENAME>.properties


Currently, the following profiles exist in Blueriq:

Note that this is the properties we deliver with the product, if you set the properties manually the defaults are overwritten. Only active profiles are turned on, everything not included is turned off.

profile nameDefault1
nativeOnCauses spring cloud config to use the value of "spring.cloud.config.server.native.searchLocations" to look for property-files in this local directory
development-toolsOnEnables the development dashboard so that you can start flows without using shortcuts
dashboardOnEnables project dashboard widgets
externaldatasourcesOnEnables direct datasources for the storage components
jndidatasourcesOffEnables JNDI datasources for the storage components
customerdata-clientOnEnables the aggregates storage component
trace-sql-storeOnEnables the trace storage component
process-sql-storeOnEnables the process storage component
reporting-sql-storeOnEnabels the reporting storage component
comments-sql-storeOnEnables the comments storage component
publisher-clientOffA client for the blueriq publisher
cmis-clientOffA client for cmis

scheduler-quartz

OnEnables scheduler quartz component
datamapping-simulatorOnEnables the REST endpoints used by the Blueriq Model Mapper
keyvalue-redis-storeOffEnables the Blueriq cluster component
actuatorOffEnables the Actuator component
trace-event-publisher-amqpOffEnables the Trace Event Publisher Component
document-renderer-clientOffEnables the Document Renderer Client Component
material-themeOnReconfigures the CSP HTTP response header for compatibility with the Material Theme


1 When using the default bootstrap.properties packed inside Blueriq.

1 Comment

  1. Is this overview missing the 'shortcuts' profile?