Skip to content

Commit

Permalink
update test database.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Sep 8, 2009
1 parent f2f7cc8 commit 6a772b3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions test/db/database.yml
@@ -1,18 +1,18 @@
sqlite3:
adapter: sqlite3
dbfile: awesome_nested_set.sqlite3.db
database: awesome_nested_set.sqlite3.db
sqlite3mem:
:adapter: sqlite3
:dbfile: ":memory:"
adapter: sqlite3
database: ":memory:"
postgresql:
:adapter: postgresql
:username: postgres
:password: postgres
:database: awesome_nested_set_plugin_test
:min_messages: ERROR
adapter: postgresql
username: postgres
password: postgres
database: awesome_nested_set_plugin_test
min_messages: ERROR
mysql:
:adapter: mysql
:host: localhost
:username: root
:password:
:database: awesome_nested_set_plugin_test
adapter: mysql
host: localhost
username: root
password:
database: awesome_nested_set_plugin_test

0 comments on commit 6a772b3

Please sign in to comment.