Description: Use production environment by default
Author: Antonio Terceiro <terceiro@debian.org>
        Soren Stoutner <soren@debian.org>
Forwarded: not-needed
Last-Update: 2025-08-25

--- a/config/boot.rb
+++ b/config/boot.rb
@@ -19,4 +19,6 @@ ENV['RACK_QUERY_PARSER_PARAMS_LIMIT'] ||
 # Set up gems listed in the Gemfile.
 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
 
+ENV['RAILS_ENV'] ||= 'production'
+
 require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
