Skip to content

Commit

Permalink
Changed database.yml to have postgresql production db
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Xia committed Feb 26, 2012
1 parent e41feff commit 811cb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ test:
timeout: 5000

production:
adapter: sqlite3
database: db/db_production
adapter: postgresql
database: db_production
timeout: 5000

0 comments on commit 811cb88

Please sign in to comment.