Skip to content

Commit 1973b96

Browse files
committed
chore : mail password add
1 parent 66fb927 commit 1973b96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bm-controller/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spring:
4242
host: smtp.gmail.com
4343
port: 587
4444
username: 'apple4rhk'
45-
password: ''
45+
password: 'rdndiwbefqkbvnau'
4646
properties:
4747
mail:
4848
debug: true

bm-controller/src/test/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spring:
4747
host: smtp.gmail.com
4848
port: 587
4949
username: 'apple4rhk'
50-
password: ''
50+
password: 'rdndiwbefqkbvnau'
5151
properties:
5252
mail:
5353
debug: true

0 commit comments

Comments
 (0)