Skip to content

Commit

Permalink
We don't need a driver and it breaks things for postgresql users.
Browse files Browse the repository at this point in the history
  • Loading branch information
ari committed Jul 14, 2016
1 parent 74b795f commit 432229e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/database.jruby.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
development:
adapter: jdbc
driver: mysql
jndi: java:comp/env/jdbc/jobsworth
encoding: utf8

test:
adapter: jdbc
driver: mysql
jndi: java:comp/env/jdbc/jobsworth
encoding: utf8

production:
adapter: jdbc
driver: mysql
jndi: java:comp/env/jdbc/jobsworth
encoding: utf8
pool: 100

0 comments on commit 432229e

Please sign in to comment.