File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
vagrant/provisioning/roles/mystamps-app/templates Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ spring.datasource.username: travis
5
5
spring.datasource.password :
6
6
spring.datasource.driver-class-name : com.mysql.jdbc.Driver
7
7
spring.datasource.initialize : false
8
- spring.datasource.dbcp.validation-query : SELECT 1
9
- spring.datasource.dbcp.test-on-borrow : true
10
8
11
9
spring.mail.host : 127.0.0.1
12
10
spring.mail.port : 1025
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ spring.datasource.username: mystamps
5
5
spring.datasource.password : {{ user_db_password }}
6
6
spring.datasource.driver-class-name : com.mysql.jdbc.Driver
7
7
spring.datasource.initialize : false
8
- spring.datasource.dbcp.validation-query : SELECT 1
9
- spring.datasource.dbcp.test-on-borrow : true
10
8
11
9
spring.mail.host : smtp.mailgun.org
12
10
spring.mail.port : 25
You can’t perform that action at this time.
0 commit comments