Skip to content

Commit

Permalink
fixed database.example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NatalieBlack committed Sep 15, 2011
1 parent d9bbae8 commit 2a9e5c1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/database.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ development:
database: restonet_development
pool: 5
timeout: 5000
username: postgres
password: f(nt(dit?

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
Expand All @@ -20,8 +18,6 @@ test:
database: restonet_test
pool: 5
timeout: 5000
username: postgres
password: f(nt(dit?

production:
host: localhost
Expand All @@ -30,5 +26,3 @@ production:
database: restonet_production
pool: 5
timeout: 5000
username: postgres
password: f(nt(dit?

0 comments on commit 2a9e5c1

Please sign in to comment.