Skip to content

Commit

Permalink
fix management endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Mar 5, 2018
1 parent 5171069 commit 07d4d3e
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ storage:


# Spring Boot config
spring:
jmx:
enabled: false

cache:
type: NONE

endpoints:
prometheus:
sensitive: false
management:
endpoints:
web:
base-path: /
exposure:
include: health,info,prometheus

0 comments on commit 07d4d3e

Please sign in to comment.