Skip to content

Commit 0f05ecc

Browse files
php-codercssru
authored andcommitted
application-prod.properties: sync Vagrant's version of the configuration.
Should be in 581f592, 423f0da and e9473ae commits. Addressed to php-coder#420 [ci skip]
1 parent 8f56496 commit 0f05ecc

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

Lines changed: 1 addition & 1 deletion
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)