···11-# frozen_string_literal: true
22-31Rails.application.configure do
42 # Whatever is added to variable_content_types but is also not in config.active_storage.web_image_content_types
53 # will be auto-converted to png by ActiveStorage
-2
config/initializers/assets.rb
···11-# frozen_string_literal: true
22-31# Be sure to restart your server when you modify this file.
4253# Version of your assets, change this if you want to expire all your assets.
···11-# frozen_string_literal: true
22-31# Be sure to restart your server when you modify this file.
4253# Define an application-wide HTTP permissions policy. For further
-2
config/initializers/statsd.rb
···11-# frozen_string_literal: true
22-31Rails.application.configure do
42 # StatsD config here
53 ENV["STATSD_ENV"] = "production" # This won't send data unless set to production