Skip to content

Commit

Permalink
Remove explicit driver class configuration (deprecated with new MySQL…
Browse files Browse the repository at this point in the history
… driver)
  • Loading branch information
Stefan Burnicki committed Nov 22, 2018
1 parent d98934a commit 23318dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/templates/osm-config.yml.j2
Expand Up @@ -33,7 +33,6 @@ environments:
username: '{{ default .Env.MYSQL_USER "osm" }}' username: '{{ default .Env.MYSQL_USER "osm" }}'
password: '{{ default .Env.MYSQL_PASSWORD "osm123" }}' password: '{{ default .Env.MYSQL_PASSWORD "osm123" }}'
dbCreate: "managed by liquibase" dbCreate: "managed by liquibase"
driverClassName: "com.mysql.jdbc.Driver"
pooled: true pooled: true
properties: properties:
minEvictableIdleTimeMillis: 60000 minEvictableIdleTimeMillis: 60000
Expand Down

0 comments on commit 23318dc

Please sign in to comment.