summaryrefslogtreecommitdiffstats
path: root/config/additional_environment.rb.example
blob: 57ca1021a53fac0b1fe34f1cbe92ceb7defe3a36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copy this file to additional_environment.rb and add any statements
# that need to be passed to the Rails::Initializer.  `config` is
# available in this context.
#
# Examples:
#
#   config.log_level = :debug
#
#   # Force access via SSL connection and set the "secure" flag on cookies
#   config.force_ssl = true if Rails.env.production?
#
#   # Use the Inline adapter for Active Job when you don't want to
#   # set up external systems like Sidekiq and Redis.
#   config.active_job.queue_adapter = :inline
#
#   ...
#