Skip to content

Commit

Permalink
simple test database config for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
janxious committed Mar 3, 2012
1 parent 9fdd065 commit 5d19d5f
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions test/database.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
sqlite:
:adapter: sqlite
:database: plugin.sqlite.db
sqlite3:
:adapter: sqlite3
:database: ":memory:"
postgresql:
:adapter: postgresql
:username: postgres
:password: postgres
:database: plugin_test
:min_messages: ERROR
mysql:
:adapter: mysql
:host: localhost
:username: rails
:password:
:database: plugin_test
adapter: mysql2
encoding: utf8
reconnect: false
database: aaa_test
pool: 5
username: archival_tester
password: perspicacious
socket: /tmp/mysql.sock

0 comments on commit 5d19d5f

Please sign in to comment.