cleanup database.yml files
This commit is contained in:
parent
2088d2eba8
commit
a030e4b664
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue