Skip to content

Commit

Permalink
Turn off default error page
Browse files Browse the repository at this point in the history
  • Loading branch information
HamptonMakes committed Jun 7, 2011
1 parent 80cd807 commit adce98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Merb.logger.info("Loaded PRODUCTION Environment...")
Merb::Config.use { |c|
c[:exception_details] = true
c[:exception_details] = false
c[:reload_classes] = false
c[:log_level] = :warn
c[:default_cookie_domain] = ".wikipedia.org"
Expand Down

0 comments on commit adce98b

Please sign in to comment.