We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9473ae commit d5adc47Copy full SHA for d5adc47
vagrant/provisioning/roles/mystamps-app/templates/application-prod.properties
@@ -1,6 +1,6 @@
1
spring.profiles: prod
2
3
-spring.datasource.url: jdbc:mysql://localhost:3306/mystamps
+spring.datasource.url: jdbc:mysql://localhost:3306/mystamps?logger=com.mysql.jdbc.log.Slf4JLogger&useSSL=false&logSlowQueries=true&slowQueryThresholdMillis=500&autoSlowLog=false
4
spring.datasource.username: mystamps
5
spring.datasource.password: {{ user_db_password }}
6
spring.datasource.driver-class-name: com.mysql.jdbc.Driver
0 commit comments