Not able to connect microservice from local to tenant

Hello Kai,

Please find below details :

#Do not edit, version properties are set at build time
c8y.version=@c8y.version@
microservice.version=@project.version@
server.port=8082

cumulocity configuration for running localy and connecting to cumulocity
application.name=ogcreatemanagedobjsdkk
C8Y.bootstrap.register=true
C8Y.bootstrap.tenant={{TenantID}}
C8Y.baseURL={{URL}}
C8Y.bootstrap.user=servicebootstrap_ogcreatemanagedobjsdkk
C8Y.bootstrap.password={{Password}}
C8Y.microservice.isolation=MULTI_TENANT

spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.main.allow-circular-references=true

Regards/-
Prakash