From 62fdf6f8977ebf8db9d0e3644989f4ca25c772e7 Mon Sep 17 00:00:00 2001 From: Josh Puetz Date: Wed, 17 Jun 2020 17:34:40 -0500 Subject: [PATCH] Let's try this again (#8747) --- config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 9c537d455..9d305ebc4 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -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"