We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5862f9d commit 4e614ffCopy full SHA for 4e614ff
config/environments/development.rb
@@ -11,6 +11,7 @@
11
# Settings specified here will take precedence over those in config/application.rb.
12
web_host = ENV['AUTHORITY'] || 'localhost'
13
web_port = ENV['WEB_PORT'] || '9090'
14
+ routes.default_url_options[:host] = web_host
15
16
config.action_controller.default_url_options = {
17
host: web_host,
0 commit comments