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

During development you can configure a connection between the Studio server and Runtime. This connection will allow you to easily load changes to a model by selecting the reload project(s) button in the development dashboard.

Properties

You can configure a Studio connection directly via the application-development-tools.properties file in your 

spring.config.additional-location
.

### Studio connection ###
# Authentication can be BASIC which is the default
blueriq.studio.description=Studio Projects
blueriq.studio.prefix=studio
blueriq.studio.authentication=BASIC
blueriq.studio.url=http://localhost:8095/Studio/Server/Services/ManagementService
blueriq.studio.domain=
blueriq.studio.username=admin
blueriq.studio.password=welcome