From 0ea07270b008d6f11155bf131d31a2d000d6442b Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 5 Jun 2020 16:51:42 +0800 Subject: feat(back): Add option to use proxy to serve front end in development. --- Timeline/Properties/launchSettings.json | 1 + 1 file changed, 1 insertion(+) (limited to 'Timeline/Properties') diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json index 10c819c0..daa4b011 100644 --- a/Timeline/Properties/launchSettings.json +++ b/Timeline/Properties/launchSettings.json @@ -4,6 +4,7 @@ "commandName": "Project", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", + "ASPNETCORE_FRONTENDPROXYONLY": "true", "ASPNETCORE_WORKDIR": "D:\\timeline-development" } }, -- cgit v1.2.3