We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934ef24 commit 783cd6eCopy full SHA for 783cd6e
config/application.rb
@@ -41,6 +41,7 @@ class Application < Rails::Application
41
config.secret_key_base = ENV["SECRET_KEY_BASE"] || SecureRandom.hex(30)
42
config.active_record.legacy_connection_handling = false
43
44
+ config.action_controller.default_url_options = { host: ENV["BLAZER_HOST"] || 'blazer.postgresml.net' }
45
config.public_file_server.enabled = ENV["RAILS_SERVE_STATIC_FILES"] != "disabled"
46
47
if ENV["RAILS_LOG_TO_STDOUT"] != "disabled"
0 commit comments