Skip to content

Commit

Permalink
Fixes database.yml.sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric de Villamil committed Mar 17, 2012
1 parent 07cab73 commit dde1793
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/database.yml.sqlite
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
development:
adapter: sqlite3
database: db/db_development
timeout: 5000
adapter: sqlite3
database: db/db_development
timeout: 5000

test:
adapter: sqlite3
database: db/db_test
timeout: 5000
adapter: sqlite3
database: db/db_test
timeout: 5000

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

0 comments on commit dde1793

Please sign in to comment.