Skip to content

Commit adfc84b

Browse files
committed
chore: remove forgotten spring.mail.* properties.
Should be in c3ec8ab commit.
1 parent fb444ca commit adfc84b

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/main/resources/application-test.properties

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ security.basic.enabled: false
1313
# required for using /console with CSP because we have many hashes as a workaround
1414
server.max-http-header-size: 4096
1515

16-
spring.mail.host: 127.0.0.1
17-
spring.mail.port: 1025
18-
spring.mail.username: unused
19-
spring.mail.password: unused
20-
2116
spring.messages.cache-seconds: 60
2217
spring.messages.fallback-to-system-locale: false
2318
spring.messages.basename: \

src/main/resources/application-travis.properties

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ spring.datasource.password:
77
spring.datasource.driver-class-name: com.mysql.jdbc.Driver
88
spring.datasource.initialize: false
99

10-
spring.mail.host: 127.0.0.1
11-
spring.mail.port: 1025
12-
spring.mail.username: unused
13-
spring.mail.password: unused
14-
1510
spring.messages.cache-seconds: -1
1611
spring.messages.fallback-to-system-locale: false
1712
spring.messages.basename: \

0 commit comments

Comments
 (0)