File: additional_environment.rb.example

package info (click to toggle)
redmine 6.0.6%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 20,100 kB
  • sloc: ruby: 116,319; javascript: 12,885; sh: 460; perl: 303; python: 166; makefile: 30
file content (18 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (3)
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
#
#   ...
#