Skip to content

Commit d8fa61f

Browse files
authored
Merge pull request #1 from Amin7410/Minh1
feat(application.yml): update spring.mail.*
2 parents a05b4e6 + b34d6b3 commit d8fa61f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
spring:
22
cache:
33
type: simple
4+
mail:
5+
host: localhost
6+
port: 1025

nox-platform/backend/src/main/resources/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ server:
55
spring:
66
application:
77
name: nox-platform
8+
mail:
9+
host: ${MAIL_HOST:localhost}
10+
port: ${MAIL_PORT:1025}
11+
username: ${MAIL_USERNAME:}
12+
password: ${MAIL_PASSWORD:}
813
datasource:
914
url: jdbc:postgresql://localhost:5432/nox_core
1015
username: nox

0 commit comments

Comments
 (0)