We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 411f4e4 + 5d6e3df commit 0c44a20Copy full SHA for 0c44a20
1 file changed
config/environments/production.rb
@@ -32,7 +32,7 @@
32
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
33
34
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
35
- config.action_controller.asset_host = 'https://staging.brickhack.io'
+ config.action_controller.asset_host = ENV['ASSET_HOST']
36
37
# Specifies the header that your server uses for sending files.
38
# config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
0 commit comments