How to change spring boot app default url to access remote engine

Dear Camundos,

if I have a remote Camunda install with ipaddress and I created a spring boot project with a bpmn model on my laptop using the camunda initialisr. Running this spring boot app tries to load the bpmn to localhost:8080/engine-rest as it obviously has an embedded tomcat engine.

Can someone advise if it’s possible to configure the spring boot app to point to a remote Camunda instance https://1.1.12.1:8080/engine-rest for instance?

Maybe I need to be developing my app with the Spring Framework dependencies to access a Shared Process Engine Configuration?!

Thanks in advance …

Sal