Commit a030e4b6 authored by Nihad Abbasov's avatar Nihad Abbasov

cleanup database.yml files

parent 2088d2eb
......@@ -9,13 +9,12 @@ production:
pool: 5
username: root
password: "secure password"
# host: localhost
# socket: /tmp/mysql.sock
#
# Development specific
#
#
development:
adapter: mysql2
encoding: utf8
......@@ -38,6 +37,3 @@ test: &test
username: root
password: "secure password"
# socket: /tmp/mysql.sock
cucumber:
<<: *test
......@@ -9,13 +9,12 @@ production:
pool: 5
username: root
password: "secure password"
# host: localhost
# socket: /tmp/mysql.sock
#
# Development specific
#
#
development:
adapter: mysql2
encoding: utf8
......@@ -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
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