cleanup database.yml files

4-1-stable
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

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:
# socket: /tmp/mysql.sock
cucumber:
<<: *test

View File

@ -12,12 +12,9 @@ production:
pool: 5
timeout: 5000
#
#
# Development specific
#
#
#
development:
adapter: sqlite3
database: db/development.sqlite3
@ -32,6 +29,3 @@ test: &test
database: db/test.sqlite3
pool: 5
timeout: 5000
cucumber:
<<: *test