Skip to content

Commit

Permalink
Remove database roles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pundsack committed Feb 8, 2014
1 parent 9f5b70b commit 06ad607
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ development:
encoding: unicode
database: ruby-rails-sample_development
pool: 5
username: ruby-rails-sample
password:

# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn't need configuration. Windows does not have
Expand Down Expand Up @@ -48,13 +46,9 @@ test:
encoding: unicode
database: ruby-rails-sample_test
pool: 5
username: ruby-rails-sample
password:

production:
adapter: postgresql
encoding: unicode
database: ruby-rails-sample_production
pool: 5
username: ruby-rails-sample
password:

0 comments on commit 06ad607

Please sign in to comment.