We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a546c3 commit 9fef0c0Copy full SHA for 9fef0c0
config/environments/production.rb
@@ -9,6 +9,9 @@
9
10
config.consider_all_requests_local = false
11
12
+ # Allow Render hostname
13
+ config.hosts << ENV['RENDER_EXTERNAL_HOSTNAME'] if ENV['RENDER_EXTERNAL_HOSTNAME'].present?
14
+
15
config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?
16
17
config.active_storage.variant_processor = :mini_magick
0 commit comments