Commit 3b5a4fa2fd5cdc72865b7dfde20b1ea8741dd6cc

Authored by Dmitriy Zaporozhets
1 parent ccfae827

fixed config

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/database.yml
... ... @@ -20,6 +20,6 @@ test:
20 20  
21 21 production:
22 22 adapter: sqlite3
23   - database: db/development.sqlite3
  23 + database: db/production.sqlite3
24 24 pool: 5
25 25 timeout: 5000
... ...