Skip to content

Commit 9aba1e7

Browse files
committed
Chore: docker-compose.stg.yml (mailpit - username/password 값추가)
1 parent 7d627eb commit 9aba1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-stg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spring:
88
mail:
99
host: mailpit
1010
port: 1025
11-
username:
11+
username: ${MAIL_USERNAME:[email protected]}
1212
password:
1313
smtp-auth: false
1414
starttls-enable: false

0 commit comments

Comments
 (0)