Skip to content

Commit

Permalink
Production db.yml added.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhanoguzhan committed Aug 30, 2013
1 parent b3cdabe commit af6be4c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ test:
timeout: 5000

production:
adapter: sqlite3
database: db/production.sqlite3
adapter: postgresql
encoding: unicode
database: les_etoiles_production
pool: 5
timeout: 5000
username: user
password: 12345678
host: localhost

0 comments on commit af6be4c

Please sign in to comment.