Skip to content

Commit

Permalink
fix: yml 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
70825 committed Aug 11, 2023
1 parent 704aa33 commit ef88edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ management:
base-path: { ACTUATOR_BASE_PATH }
jmx:
exposure:
exclude: *
exclude: "*"
endpoint:
health:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion backend/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ management:
base-path: { ACTUATOR_BASE_PATH }
jmx:
exposure:
exclude: *
exclude: "*"
endpoint:
health:
enabled: true
Expand Down

0 comments on commit ef88edd

Please sign in to comment.