Skip to content

Commit

Permalink
adfsfasdf
Browse files Browse the repository at this point in the history
  • Loading branch information
dpick committed Oct 8, 2010
1 parent 1e1833a commit ce98b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'dm-migrations'

configure do
DataMapper.setup(:default, ENV['DATABASE_URL'] || 'sqlite3://' + Dir.pwd + 'development.db')
DataMapper.setup(:default, ENV['DB_URL'] || 'sqlite3://' + Dir.pwd + '/development.db')
end

require 'models'
Expand Down

0 comments on commit ce98b41

Please sign in to comment.