Skip to content

Commit 783cd6e

Browse files
authored
Update application.rb
1 parent 934ef24 commit 783cd6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/application.rb

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class Application < Rails::Application
4141
config.secret_key_base = ENV["SECRET_KEY_BASE"] || SecureRandom.hex(30)
4242
config.active_record.legacy_connection_handling = false
4343

44+
config.action_controller.default_url_options = { host: ENV["BLAZER_HOST"] || 'blazer.postgresml.net' }
4445
config.public_file_server.enabled = ENV["RAILS_SERVE_STATIC_FILES"] != "disabled"
4546

4647
if ENV["RAILS_LOG_TO_STDOUT"] != "disabled"

0 commit comments

Comments
 (0)