Skip to content

Commit

Permalink
Allow any host name for demo deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflinwood committed Nov 6, 2023
1 parent 2c27d08 commit a4152e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@
# ✅ YOUR APPLICATION'S CONFIGURATION
# If you need to customize your application's configuration, this is the place to do it. This helps avoid merge
# conflicts in the future when Rails or Bullet Train update their own default settings.
config.hosts << ".cloudfront.net"
config.hosts = []
config.host_authorization = { exclude: ->(request) { request.path == '/' } }
end

0 comments on commit a4152e7

Please sign in to comment.