my own DB setup

This commit is contained in:
John Bintz 2010-04-19 16:48:45 -04:00
parent 3751f9b7e1
commit 25e2af9a11

View File

@ -1,20 +1,15 @@
development: development:
adapter: mysql adapter: sqlite3
database: collab_development database: db/development.sqlite3
username: root
pool: 5 pool: 5
socket: /tmp/mysql.sock
# Warning: The database defined as "test" will be erased and # Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake". # re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production. # Do not set this db to the same as development or production.
test: test:
adapter: mysql adapter: sqlite3
encoding: utf8 database: ":memory:"
database: collab_test
pool: 5 pool: 5
username: root
socket: /tmp/mysql.sock
production: production:
adapter: sqlite3 adapter: sqlite3