ignore some files
[beast-modified.git] / config / database.example.yml
blobc497747d78ba6f16c86f3c60d4f6bbc4580bd837
1 # SQLite version 2.x
2 #   gem install sqlite-ruby
3 development:
4   adapter: sqlite
5   database: db/development.sqlite2
6 #  database: beast_dev
7 #  adapter: mysql
8 #  host: 127.0.0.1
9 #  username: root
10 #  password:
12 # Warning: The database defined as 'test' will be erased and
13 # re-generated from your development database when you run 'rake'.
14 # Do not set this db to the same as development or production.
15 test:
16   adapter: sqlite
17   database: db/test.sqlite2
19 production:
20   database: beast_prod
21   adapter: mysql
22   host: 127.0.0.1
23   username: changeme
24   password: changeme