From 9470631c67c4740982ff2d8a16cbbb86fdd34609 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 5 Jan 2021 00:26:43 +0800 Subject: refactor: Refactor front end mode configuration. --- BackEnd/Timeline/Properties/launchSettings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'BackEnd/Timeline/Properties/launchSettings.json') diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json index 6d58040a..a31485ed 100644 --- a/BackEnd/Timeline/Properties/launchSettings.json +++ b/BackEnd/Timeline/Properties/launchSettings.json @@ -1,19 +1,19 @@ { "profiles": { - "Development": { + "Dev": { "commandName": "Project", "applicationUrl": "http://0.0.0.0:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", - "ASPNETCORE_USEPROXYFRONTEND": "true", + "ASPNETCORE_FRONTEND": "Proxy", "ASPNETCORE_WORKDIR": "D:\\timeline-development" } }, - "Development-Mock": { + "Dev-Mock": { "commandName": "Project", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", - "ASPNETCORE_USEMOCKFRONTEND": "true", + "ASPNETCORE_FRONTEND": "Mock", "ASPNETCORE_WORKDIR": "D:\\timeline-development" } }, -- cgit v1.2.3