You are viewing the documentation for Blueriq 14. 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 name | Default1 | |
---|---|---|
native | On | Causes spring cloud config to use the value of "spring.cloud.config.server.native.searchLocations" to look for property-files in this local directory |
development-tools | On | Enables the development dashboard so that you can start flows without using shortcuts |
dashboard | On | Enables project dashboard widgets |
externaldatasources | On | Enables direct datasources for the storage components |
jndidatasources | Off | Enables JNDI datasources for the storage components |
customerdata-client | On | Enables the aggregates storage component |
trace-sql-store | On | Enables the trace storage component |
process-sql-store | On | Enables the process storage component |
reporting-sql-store | On | Enabels the reporting storage component |
comments-sql-store | On | Enables the comments storage component |
publisher-client | Off | A client for the blueriq publisher |
cmis-client | Off | A client for cmis |
scheduler-quartz | On | Enables scheduler quartz component |
datamapping-simulator | Off | Enables the REST endpoints used by the Blueriq Model Mapper |
keyvalue-redis-store | Off | Enables the Blueriq cluster component |
actuator | Off | Enables the Actuator component |
trace-event-publisher-amqp | Off | Enables the Trace Event Publisher Component |
document-renderer-client | Off | Enables the Document Renderer Client Component |
1 When using the default bootstrap.properties packed inside blueriq
1 Comment
Sjarlie Graaumans
Is this overview missing the 'shortcuts' profile?