Sha256: 29c6e86f8b5037ca549ae655dc90060b8b4aca931bbdbba9d8f081979c624849
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
Dummy::Application.configure do config.action_controller.perform_caching = false config.action_dispatch.best_standards_support = :builtin config.action_mailer.default_url_options = { :host => 'localhost:3003' } config.action_mailer.delivery_method = :letter_opener config.action_mailer.perform_deliveries = true config.action_mailer.raise_delivery_errors = true config.active_record.mass_assignment_sanitizer = :strict config.active_support.deprecation = :log config.assets.compress = false config.assets.debug = true config.cache_classes = false config.consider_all_requests_local = true # Set the logging destination(s) config.log_to = %w[file] # Show the logging configuration on STDOUT # Note: This is printed during rails startup and might be useful if the logging config gains complexity config.show_log_configuration = false # URL for video server uploads config.applicants_orders_base_url = 'localhost:3002' config.applicants_upload_sink_url = "http://localhost:9292/uploadsink" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
applicants-0.11.0 | spec/dummy/config/environments/development.rb |