Skip to content

Commit d5adc47

Browse files
committed
application-prod.properties: sync Vagrant's version of the configuration.
Should be in 581f592, 423f0da and e9473ae commits. Addressed to #420 [ci skip]
1 parent e9473ae commit d5adc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagrant/provisioning/roles/mystamps-app/templates/application-prod.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring.profiles: prod
22

3-
spring.datasource.url: jdbc:mysql://localhost:3306/mystamps
3+
spring.datasource.url: jdbc:mysql://localhost:3306/mystamps?logger=com.mysql.jdbc.log.Slf4JLogger&useSSL=false&logSlowQueries=true&slowQueryThresholdMillis=500&autoSlowLog=false
44
spring.datasource.username: mystamps
55
spring.datasource.password: {{ user_db_password }}
66
spring.datasource.driver-class-name: com.mysql.jdbc.Driver

0 commit comments

Comments
 (0)