diff --git a/bookstore/src/main/resources/application-prod.properties b/bookstore/src/main/resources/application-prod.properties index a983d9d..445a949 100644 --- a/bookstore/src/main/resources/application-prod.properties +++ b/bookstore/src/main/resources/application-prod.properties @@ -12,4 +12,8 @@ security.book.count.max = 5 # Enable sample data in production environment? # This is the same dataset than used in dev profile # -db.sample.data.enabled = true \ No newline at end of file +db.sample.data.enabled = true + +# Do not expose statistics end points +# +management.endpoints.enabled-by-default = false \ No newline at end of file