Skip to content

Commit c2e2118

Browse files
committed
feat: 지원자 API 와 구글 스프레드 시트 연동
1 parent 60491bf commit c2e2118

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/main/resources/application-credentials.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@ spring:
1515
redis:
1616
host: ${REDIS_HOST}
1717
port: ${REDIS_PORT}
18-
mail:
19-
host: ${MAIL_HOST}
20-
port: ${MAIL_PORT}
21-
username: ${MAIL_USERNAME}
22-
password: ${MAIL_PASSWORD}
23-
properties:
24-
mail:
25-
smtp:
26-
auth: true
27-
starttls:
28-
enable: true
29-
required: true
3018
jwt:
3119
secret: ${JWT_SECRET}
3220
access-token-expiration: ${JWT_ACCESS_TOKEN_EXPIRATION}

0 commit comments

Comments
 (0)