Let's try this again (#8747)
This commit is contained in:
parent
fc667e5177
commit
62fdf6f897
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ Rails.application.configure do
|
|||
|
||||
config.hosts << ENV["APP_DOMAIN"] unless ENV["APP_DOMAIN"].nil?
|
||||
if (gitpod_workspace_url = ENV["GITPOD_WORKSPACE_URL"])
|
||||
config.hosts << URI.parse(gitpod_workspace_url).host
|
||||
config.hosts << /.*#{URI.parse(gitpod_workspace_url).host}/
|
||||
end
|
||||
config.app_domain = "localhost:3000"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue