Navigation Menu

Skip to content

Commit

Permalink
use sqlite as default db
Browse files Browse the repository at this point in the history
  • Loading branch information
FuriKuri committed Nov 6, 2012
1 parent 5a8753f commit 97281af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.yml
Expand Up @@ -19,7 +19,7 @@ defaults: &defaults
pool: 5
timeout: 5000
host: localhost
<<: *<%= ENV['DB'] || "postgresql" %>
<<: *<%= ENV['DB'] || "sqlite" %>

development:
<<: *defaults
Expand Down

0 comments on commit 97281af

Please sign in to comment.