Skip to content

Commit 937213c

Browse files
authored
fix application-prod (#167)
1 parent 9c6e30e commit 937213c

2 files changed

Lines changed: 17 additions & 18 deletions

File tree

src/main/resources/application-prod.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
spring:
22
application:
33
name: codeplay
4-
mail:
5-
host: smtp.gmail.com
6-
port: 587
7-
username: ${SPRING_MAIL_USERNAME} # 이메일 계정
8-
password: ${SPRING_MAIL_PASSWORD}
9-
protocol: smtp
10-
properties:
11-
mail:
12-
smtp:
13-
auth: true
14-
starttls:
15-
enable: true
4+
mail:
5+
host: smtp.gmail.com
6+
port: 587
7+
username: ${SPRING_MAIL_USERNAME} # 이메일 계정
8+
password: ${SPRING_MAIL_PASSWORD}
9+
protocol: smtp
10+
properties:
11+
mail:
12+
smtp:
13+
auth: true
14+
starttls:
15+
enable: true
1616

1717
config:
1818
import:

src/main/resources/application.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ spring:
88
password: ${SPRING_MAIL_PASSWORD}
99
protocol: smtp
1010
properties:
11-
mail:
12-
smtp:
13-
auth: true
14-
starttls:
15-
enable: true
16-
11+
mail:
12+
smtp:
13+
auth: true
14+
starttls:
15+
enable: true
1716

1817
config:
1918
import:

0 commit comments

Comments
 (0)