Tweak config to enable rails console requests (#20157)
This commit is contained in:
parent
410b4c4ef7
commit
25d1cdd2e0
1 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ Rails.application.configure do
|
|||
if (uffizzi_url = ENV.fetch("UFFIZZI_URL", nil))
|
||||
config.hosts << /.*#{URI.parse(uffizzi_url).host}/
|
||||
end
|
||||
|
||||
config.hosts << "www.example.com"
|
||||
|
||||
config.app_domain = ENV.fetch("APP_DOMAIN", "localhost:3000")
|
||||
|
||||
config.action_mailer.delivery_method = :smtp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue