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

Version 1 Next »

During development you can configure a connection between the Studio 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




  • No labels