We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a05b4e6 + b34d6b3 commit d8fa61fCopy full SHA for d8fa61f
2 files changed
nox-platform/backend/src/main/resources/application-test.yml
@@ -1,3 +1,6 @@
1
spring:
2
cache:
3
type: simple
4
+ mail:
5
+ host: localhost
6
+ port: 1025
nox-platform/backend/src/main/resources/application.yml
@@ -5,6 +5,11 @@ server:
application:
7
name: nox-platform
8
9
+ host: ${MAIL_HOST:localhost}
10
+ port: ${MAIL_PORT:1025}
11
+ username: ${MAIL_USERNAME:}
12
+ password: ${MAIL_PASSWORD:}
13
datasource:
14
url: jdbc:postgresql://localhost:5432/nox_core
15
username: nox
0 commit comments