Commit a030e4b6645263ae409b37b569eff2600eb98aa8
1 parent
2088d2eb
Exists in
master
and in
4 other branches
cleanup database.yml files
Showing
3 changed files
with
5 additions
and
19 deletions
Show diff stats
config/database.yml.example
| ... | ... | @@ -9,12 +9,11 @@ production: |
| 9 | 9 | pool: 5 |
| 10 | 10 | username: root |
| 11 | 11 | password: "secure password" |
| 12 | + # host: localhost | |
| 12 | 13 | # socket: /tmp/mysql.sock |
| 13 | 14 | |
| 14 | - | |
| 15 | -# | |
| 16 | -# Development specific | |
| 17 | 15 | # |
| 16 | +# Development specific | |
| 18 | 17 | # |
| 19 | 18 | development: |
| 20 | 19 | adapter: mysql2 |
| ... | ... | @@ -38,6 +37,3 @@ test: &test |
| 38 | 37 | username: root |
| 39 | 38 | password: "secure password" |
| 40 | 39 | # socket: /tmp/mysql.sock |
| 41 | - | |
| 42 | -cucumber: | |
| 43 | - <<: *test | ... | ... |
config/database.yml.mysql
| ... | ... | @@ -9,12 +9,11 @@ production: |
| 9 | 9 | pool: 5 |
| 10 | 10 | username: root |
| 11 | 11 | password: "secure password" |
| 12 | + # host: localhost | |
| 12 | 13 | # socket: /tmp/mysql.sock |
| 13 | 14 | |
| 14 | - | |
| 15 | -# | |
| 16 | -# Development specific | |
| 17 | 15 | # |
| 16 | +# Development specific | |
| 18 | 17 | # |
| 19 | 18 | development: |
| 20 | 19 | adapter: mysql2 |
| ... | ... | @@ -38,6 +37,3 @@ test: &test |
| 38 | 37 | username: root |
| 39 | 38 | password: |
| 40 | 39 | # socket: /tmp/mysql.sock |
| 41 | - | |
| 42 | -cucumber: | |
| 43 | - <<: *test | ... | ... |
config/database.yml.sqlite
| ... | ... | @@ -12,11 +12,8 @@ production: |
| 12 | 12 | pool: 5 |
| 13 | 13 | timeout: 5000 |
| 14 | 14 | |
| 15 | - | |
| 16 | -# | |
| 17 | -# Development specific | |
| 18 | -# | |
| 19 | 15 | # |
| 16 | +# Development specific | |
| 20 | 17 | # |
| 21 | 18 | development: |
| 22 | 19 | adapter: sqlite3 |
| ... | ... | @@ -32,6 +29,3 @@ test: &test |
| 32 | 29 | database: db/test.sqlite3 |
| 33 | 30 | pool: 5 |
| 34 | 31 | timeout: 5000 |
| 35 | - | |
| 36 | -cucumber: | |
| 37 | - <<: *test | ... | ... |