Skip to content

Commit

Permalink
rename database in database.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andey committed Jun 30, 2015
1 parent 341586d commit 9aaba95
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions config/database.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
production:
adapter: postgresql
encoding: unicode
database: bestofama
host: localhost
pool: 5
username: postgres
password: password

development:
adapter: postgresql
encoding: unicode
database: bestofama
database: bestofama_development
host: localhost
pool: 5
username: postgres
Expand Down

0 comments on commit 9aaba95

Please sign in to comment.