cleanup database.yml files

This commit is contained in:
Nihad Abbasov 2012-09-26 23:36:55 -07:00
parent 2088d2eba8
commit a030e4b664
3 changed files with 5 additions and 19 deletions

View file

@ -9,12 +9,11 @@ production:
pool: 5
username: root
password: "secure password"
# host: localhost
# socket: /tmp/mysql.sock
#
# Development specific
#
# Development specific
#
development:
adapter: mysql2
@ -38,6 +37,3 @@ test: &test
username: root
password: "secure password"
# socket: /tmp/mysql.sock
cucumber:
<<: *test