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

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. There are three ways to configure a connection which will be described in the paragraphs below.

Java Runtime

Development dashboard

You can define a studio connection via the settings menu of the development dashboard

  • Select Settings
  • Select the Development tab
  • Select Studio projects
  • The following screen should appear

  • Select method of authentication 
  • Enter the URL of the Studio Management Service
  • Enter username and password
  • Press check connection to see if the connection is working
  • Press Save and close window
  • Your Studio projects should be visible in the development dashboard

Properties

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

spring.config.additional-location
.

### Studio connection ###
# Authentication can be KERBEROS, KERBEROS_CUSTOM, NTLM, NTLM_CUSTOM or BASIC
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