diff --git a/kernel/kernel-idgenerator-service/src/main/resources/bootstrap.properties b/kernel/kernel-idgenerator-service/src/main/resources/bootstrap.properties index 28672827cef..5876ebaf194 100644 --- a/kernel/kernel-idgenerator-service/src/main/resources/bootstrap.properties +++ b/kernel/kernel-idgenerator-service/src/main/resources/bootstrap.properties @@ -1,7 +1,7 @@ #spring.cloud.config.uri=localhost #spring.cloud.config.label=master spring.profiles.active=local -spring.cloud.config.name=application,kernel +spring.cloud.config.name=kernel spring.application.name=kernel-idgenerator-service #management.security.enabled=false #management.endpoint.health.show-details=when-authorized diff --git a/kernel/kernel-notification-service/src/main/resources/bootstrap.properties b/kernel/kernel-notification-service/src/main/resources/bootstrap.properties index 95e7b774f1c..8b2e72e1c29 100644 --- a/kernel/kernel-notification-service/src/main/resources/bootstrap.properties +++ b/kernel/kernel-notification-service/src/main/resources/bootstrap.properties @@ -1,7 +1,7 @@ #spring.cloud.config.uri=localhost #spring.cloud.config.label=master #spring.profiles.active=dev -spring.cloud.config.name=application,kernel +spring.cloud.config.name=kernel spring.application.name=kernel-notification-service #management.security.enabled=false #management.endpoint.health.show-details=when-authorized @@ -27,4 +27,4 @@ mosipbox.public.url=http://localhost:${server.port} openapi.service.servers[0].url=${mosipbox.public.url}${server.servlet.path} openapi.service.servers[0].description=Notification Service springdoc.swagger-ui.disable-swagger-default-url=true -spring.mvc.servlet.path=${server.servlet.path} +spring.mvc.servlet.path=${server.servlet.path} \ No newline at end of file diff --git a/kernel/kernel-pridgenerator-service/src/main/resources/bootstrap.properties b/kernel/kernel-pridgenerator-service/src/main/resources/bootstrap.properties index da4039e71fa..233c9085b6d 100644 --- a/kernel/kernel-pridgenerator-service/src/main/resources/bootstrap.properties +++ b/kernel/kernel-pridgenerator-service/src/main/resources/bootstrap.properties @@ -1,6 +1,6 @@ #spring.cloud.config.uri=localhost #spring.cloud.config.label=master -spring.cloud.config.name=application,kernel +spring.cloud.config.name=kernel spring.application.name=kernel-pridgenerator-service spring.profiles.active=local management.endpoint.health.show-details=always diff --git a/kernel/kernel-ridgenerator-service/src/main/resources/bootstrap.properties b/kernel/kernel-ridgenerator-service/src/main/resources/bootstrap.properties index 117d8558d62..4562233d9fe 100644 --- a/kernel/kernel-ridgenerator-service/src/main/resources/bootstrap.properties +++ b/kernel/kernel-ridgenerator-service/src/main/resources/bootstrap.properties @@ -1,7 +1,7 @@ #spring.cloud.config.uri=localhost #spring.cloud.config.label=master #spring.profiles.active=dev -spring.cloud.config.name=application,kernel +spring.cloud.config.name=kernel spring.application.name=kernel-ridgenerator-service #management.security.enabled=false#management.endpoint.health.show-details=when-authorized #management.endpoints.web.exposure.include=* @@ -30,4 +30,4 @@ mosipbox.public.url=http://localhost:${server.port} openapi.service.servers[0].url=${mosipbox.public.url}${server.servlet.path} openapi.service.servers[0].description=RID Generator Service springdoc.swagger-ui.disable-swagger-default-url=true -spring.mvc.servlet.path=${server.servlet.path} +spring.mvc.servlet.path=${server.servlet.path} \ No newline at end of file