Commit a030e4b6 authored by Nihad Abbasov's avatar Nihad Abbasov

cleanup database.yml files

parent 2088d2eb
...@@ -9,12 +9,11 @@ production: ...@@ -9,12 +9,11 @@ production:
pool: 5 pool: 5
username: root username: root
password: "secure password" password: "secure password"
# host: localhost
# socket: /tmp/mysql.sock # socket: /tmp/mysql.sock
#
# Development specific
# #
# Development specific
# #
development: development:
adapter: mysql2 adapter: mysql2
...@@ -38,6 +37,3 @@ test: &test ...@@ -38,6 +37,3 @@ test: &test
username: root username: root
password: "secure password" password: "secure password"
# socket: /tmp/mysql.sock # socket: /tmp/mysql.sock
cucumber:
<<: *test
...@@ -9,12 +9,11 @@ production: ...@@ -9,12 +9,11 @@ production:
pool: 5 pool: 5
username: root username: root
password: "secure password" password: "secure password"
# host: localhost
# socket: /tmp/mysql.sock # socket: /tmp/mysql.sock
#
# Development specific
# #
# Development specific
# #
development: development:
adapter: mysql2 adapter: mysql2
...@@ -38,6 +37,3 @@ test: &test ...@@ -38,6 +37,3 @@ test: &test
username: root username: root
password: password:
# socket: /tmp/mysql.sock # socket: /tmp/mysql.sock
cucumber:
<<: *test
...@@ -12,11 +12,8 @@ production: ...@@ -12,11 +12,8 @@ production:
pool: 5 pool: 5
timeout: 5000 timeout: 5000
#
# Development specific
#
# #
# Development specific
# #
development: development:
adapter: sqlite3 adapter: sqlite3
...@@ -32,6 +29,3 @@ test: &test ...@@ -32,6 +29,3 @@ test: &test
database: db/test.sqlite3 database: db/test.sqlite3
pool: 5 pool: 5
timeout: 5000 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