Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The development properties only apply when the profile

Include Page
_ProfileDevelopmentTools
_ProfileDevelopmentTools
is added to the Spring.active.profiles

SubjectPropertyExplanationExample
Development


logging.file.name=C:/Deployments/logs/runtime.logThe file in which to write the log

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.development.usePasswordEncryption=trueWhen editing properties encrypt passwords before saving them.

Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools





blueriq.studio.description

description that is used in the development dashboard flow starter.

default via installer = Studio Projects


Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools

blueriq.studio.prefix

The prefix in front of the studio project when started.

default via installer = studio


Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools

blueriq.studio.authentication

Method of authentication (NTLM/custom/kerberos/etc) that the Blueriq Studio uses.

Authentication can be KERBEROS, KERBEROS_CUSTOM, NTLM, NTLM_CUSTOM or BASIC.

default via installer = BASIC


Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools

blueriq.studio.url

url where the management service of the Blueriq Studio can be reached. 

default via installer = http://HOSTNAME:PORT/Studio/Server/Services/ManagementService


Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools

blueriq.studio.domain

Network domain where the studio is in. 

default via installer = empty


Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools

blueriq.studio.username

Username for the studio management service.

default via installer = runtime


Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools

blueriq.studio.password

Password for the studio management service

default via installer = runtime


Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools





blueriq.development.h2-console.enabled

For security reasons, the H2 Console is disabled by default.

If Blueriq was installed using the installer, the H2 Console will be enabled by default. 

Setting is "true" or "false"


Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools





blueriq.external.themes.[name].baseUrl

URL where the external theme is can be reached.

When using a custom made them which is not configured via the Runtime using an STG, but rather via a CDN or reverse proxy. An external theme can be configured so that the development dashboard can create URL's to the corresponding targets.

https://example.com/

Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools

blueriq.external.themes.[name].template.flow

RFC-6570 URI template for creating a start flow request. 

By combining the baseUrl and template.flow properties a full URL is formed. 

The variables which can be used in the URI template are: 

flow

- name of the flow to start

project

- name of the project to use

version

- project version to use

languageCode

- code of the language to use

testPath

- name of the test path to use

The combined URL will be expanded in development dashboard.

/flow/{project}/{flow}
/{version}/{languageCode}

With test path:

/flow/{project}/{flow}
/{version}/{languageCode}{?testPath}

Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools

blueriq.external.themes.[name].template.shortcut

RFC-6570 URI template for creating a start shortcut request. 

By combining the baseUrl and template.shortcut properties a full URL is formed.

The variables which can be used in the URI template are: 

shortcut
- name of the shortcut to start


The combined URL will be expanded in development dashboard.
/shortcut/{shortcut}

Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools

blueriq.external.themes.[name].template.session

RFC-6570 URI template for creating a continue session request.

By combining the baseUrl and template.session properties a full URL is formed.

The variables which can be used in the URI template are: 

sessionId

- id of the session to continue

The combined URL will be expanded in development dashboard.

/session/{sessionId}

Include Page
_PropertiesDevelopmentTools
_PropertiesDevelopmentTools