Skip to content

Commit

Permalink
Merge pull request #163 from themoment-team/fix/mailHealthCheckDisabled
Browse files Browse the repository at this point in the history
이메일 엑추레이터 헬스체크 비활성화
  • Loading branch information
tlsgmltjd committed Jun 10, 2024
2 parents d8d5525 + 2761085 commit 49cd7a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ management:
enabled: false
ping:
enabled: false
mail:
enabled: false
server:
port: ${ACTUATOR_SERVER_PORT}

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ management:
enabled: false
ping:
enabled: false
mail:
enabled: false
server:
port: ${ACTUATOR_SERVER_PORT}

Expand Down

0 comments on commit 49cd7a2

Please sign in to comment.