diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index eb1df98..ccf4b8f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -9,7 +9,7 @@ management.endpoint.health.enabled=true management.endpoint.health.probes.enabled=true #repository - +management.health.mongo.enabled=false spring.data.mongodb.uri=${COSMOS_ACCOUNT_RTP_CONNECTION_STRING:} spring.data.mongodb.database=${DB_NAME:rtp} activation.base-url=${BASE_URL:http://localhost}