Skip to content

Commit

Permalink
refactor: local, dev 환경 actuator 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho-Tea committed Feb 16, 2025
1 parent cee2f4b commit 707e12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions backend/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ management:
web:
exposure:
include: info, health, metrics, env, beans, threaddump, loggers, prometheus
endpoint:
health:
show-components: when_authorized



server:
tomcat:
Expand Down
3 changes: 0 additions & 3 deletions backend/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ management:
web:
exposure:
include: "*"
endpoint:
health:
show-components: when_authorized

server:
tomcat:
Expand Down

0 comments on commit 707e12e

Please sign in to comment.