Sha256: 1309fdb50026d0073445ae96b557864a58124abe08ee9d754dce48d96215a019
Contents?: true
Size: 480 Bytes
Versions: 6
Compression:
Stored size: 480 Bytes
Contents
BlogLogic::Application.configure do config.cache_classes = true config.whiny_nils = true config.consider_all_requests_local = true config.action_controller.perform_caching = false config.action_dispatch.show_exceptions = false config.action_controller.allow_forgery_protection = false config.action_mailer.delivery_method = :test config.active_support.deprecation = :stderr # custom config.admin_host = 'admin.bloglogic.com' config.tanker_disabled = true end
Version data entries
6 entries across 6 versions & 1 rubygems