Commit caa5a78863289b7703554f845dabc08ca0d53d2c

Authored by Dmitriy Zaporozhets
1 parent 7b0cd969

fixed database.yml

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
... ...