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.
You can configure a Studio connection directly via the file in your
.
### 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 |