Skip to content

Commit

Permalink
Different production config
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Jul 30, 2024
1 parent 61e2871 commit a164cf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@

# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.asset_host = "http://assets.example.com"
config.assets.compile = false
config.assets.digest = true
config.assets.version = '1.0'

# Specifies the header that your server uses for sending files.
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for Apache
Expand Down

0 comments on commit a164cf3

Please sign in to comment.