We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20c7047 + db989bb commit 2f41903Copy full SHA for 2f41903
1 file changed
src/main/resources/application-prod.yml
@@ -5,6 +5,18 @@ spring:
5
password: ${DB_PASSWORD:?DB_PASSWORD is required}
6
driver-class-name: org.postgresql.Driver
7
8
+ mail:
9
+ host: ${MAIL_HOST}
10
+ port: ${MAIL_PORT}
11
+ username: ${MAIL_USERNAME}
12
+ password: ${MAIL_PASSWORD}
13
+ properties:
14
15
+ smtp:
16
+ auth: true
17
+ starttls:
18
+ enable: true
19
+
20
data:
21
redis:
22
host: redis
@@ -47,4 +59,8 @@ management:
47
59
48
60
metrics:
49
61
tags:
50
- application: contact-api
62
+ application: contact-api
63
64
+app:
65
66
+ from: ${MAIL_FROM}
0 commit comments