Skip to content

Commit

Permalink
fixed rackup
Browse files Browse the repository at this point in the history
  • Loading branch information
deepthawtz committed Mar 25, 2009
1 parent b1a0899 commit 44f53ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Expand Up @@ -3,7 +3,7 @@ require 'merb-core'

Merb::Config.setup(:merb_root => File.expand_path(File.dirname(__FILE__)),
:environment => ENV['RACK_ENV'])
Merb.environment = "development"
Merb.environment = "production"
Merb.root = Merb::Config[:merb_root]
Merb::BootLoader.run

Expand Down

0 comments on commit 44f53ab

Please sign in to comment.