Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mstubna committed Oct 15, 2017
1 parent 14e1eb0 commit b4c9df1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,19 @@ default: &default
adapter: mysql2
encoding: utf8
pool: 5
username: root
password:

development:
<<: *default
database: list_share_app_development
username: root
passwords:

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
<<: *default
database: list_share_app_test
username: root
password:

# As with config/secrets.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is
Expand Down

0 comments on commit b4c9df1

Please sign in to comment.