Skip to content

Commit

Permalink
[api] add more defaults to the production.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Dec 20, 2012
1 parent dbbd9f5 commit 6dbc4dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/api/config/environments/production.rb
Expand Up @@ -16,6 +16,13 @@
# Disable delivery errors if you bad email addresses should just be ignored
# config.action_mailer.raise_delivery_errors = false

config.active_support.deprecation = :log

# Enable serving of images, stylesheets, and javascripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"

config.cache_store = :mem_cache_store, 'localhost:11211', {:namespace => 'obs-api', :compress => true }

end

# LDAP port defaults to 636 for ldaps and 389 for ldap and ldap with StartTLS
Expand Down

0 comments on commit 6dbc4dd

Please sign in to comment.