Commit df955560 authored by Francisco Juan's avatar Francisco Juan

removed database.yml from root directory

parent 7bc1a6fc
# MySQL (default setup).
production:
adapter: mysql
database: chiliproject
host: localhost
username: root
password:
encoding: utf8
development:
adapter: mysql
database: chiliproject_development
host: localhost
username: root
password:
encoding: utf8
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: mysql
database: chiliproject_test
host: localhost
username: root
password:
encoding: utf8
test_pgsql:
adapter: postgresql
database: chiliproject_test
host: localhost
username: postgres
password: "postgres"
test_sqlite3:
adapter: sqlite3
database: db/test.sqlite3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment