help and rules added
[ibet.git] / config / database.yml
blob5b76f2aa2ed9256d7f66ee6147965acd7cba0d05
1 # SQLite version 3.x
2 #   gem install sqlite3-ruby (not necessary on OS X Leopard)
3 development:
4   adapter: mysql
5   encoding: utf8
6   reconnect: false
7   database: ibet
8   pool: 5
9   username: root
10   password: ruby33
11   socket: /var/run/mysqld/mysqld.sock
13 # Warning: The database defined as "test" will be erased and
14 # re-generated from your development database when you run "rake".
15 # Do not set this db to the same as development or production.
16 test:
17   adapter: sqlite3
18   database: db/test.sqlite3
19   pool: 5
20   timeout: 5000
22 production:
23 <<: *default