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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

In order to enable this component, the following profile has to be enabled: external-flow. The below example illustrates how the bootstrap.properties file should look like:

bootstrap.properties
spring.profiles.active=native,...,external-flow

The file application-external-flow.properties must be available and should be configured as follows:

application-external-flow.properties
spring.redis.host= # The DNS name or IP address of the Redis server
spring.redis.port= # The port on which to connect to Redis - default port is 6379
spring.redis.password= # The password used to connect to Redis, can be left empty if no password is required 




  • No labels