Skip to content

Commit c950d95

Browse files
committed
chore: mailHealthCheck 해제
1 parent cd6b143 commit c950d95

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/main/resources/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ spring:
3737
max-file-size: 500MB
3838
max-request-size: 500MB
3939

40+
management:
41+
health:
42+
mail:
43+
enabled: false
44+
4045
file:
4146
storage:
4247
path: ${FILE_STORAGE_PATH}

0 commit comments

Comments
 (0)