Project

General

Profile

Actions

Patch #41011

closed

Add more configuration examples to config/additional_environment.rb.example

Added by Go MAEDA 2 months ago. Updated 2 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Documentation
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

diff --git a/config/additional_environment.rb.example b/config/additional_environment.rb.example
index 2a317a396..31eee0541 100644
--- a/config/additional_environment.rb.example
+++ b/config/additional_environment.rb.example
@@ -5,6 +5,14 @@
 # Example:
 #
 #   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 simple :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
+#
 #   ...
 #


Related issues

Related to Redmine - Feature #24763: Force SSL when Setting.protocol is "https"New

Actions
Actions

Also available in: Atom PDF