Skip to content
Snippets Groups Projects
Commit a030e4b6 authored by Nihad Abbasov's avatar Nihad Abbasov
Browse files

cleanup database.yml files

parent 2088d2eb
No related branches found
No related tags found
1 merge request!1570models cleanup
Loading
Loading
@@ -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
Loading
Loading
@@ -38,6 +37,3 @@ test: &test
username: root
password: "secure password"
# socket: /tmp/mysql.sock
cucumber:
<<: *test
Loading
Loading
@@ -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
Loading
Loading
@@ -38,6 +37,3 @@ test: &test
username: root
password:
# socket: /tmp/mysql.sock
cucumber:
<<: *test
Loading
Loading
@@ -12,11 +12,8 @@ production:
pool: 5
timeout: 5000
 
#
# Development specific
#
#
# Development specific
#
development:
adapter: sqlite3
Loading
Loading
@@ -32,6 +29,3 @@ test: &test
database: db/test.sqlite3
pool: 5
timeout: 5000
cucumber:
<<: *test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment