From 7f88e120aba0f218641084aca4f467ffd27981d9 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 31 Jan 2021 15:42:52 +0800 Subject: ... --- BackEnd/Timeline/Properties/launchSettings.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'BackEnd/Timeline/Properties/launchSettings.json') diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json index db58cd31..851fc6a8 100644 --- a/BackEnd/Timeline/Properties/launchSettings.json +++ b/BackEnd/Timeline/Properties/launchSettings.json @@ -2,11 +2,11 @@ "profiles": { "Dev": { "commandName": "Project", - "applicationUrl": "http://0.0.0.0:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_FRONTEND": "Proxy" - } + }, + "applicationUrl": "http://0.0.0.0:5000" }, "Dev-Mock": { "commandName": "Project", @@ -20,6 +20,14 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Staging" } + }, + "Dev-Windows": { + "commandName": "Project", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development", + "ASPNETCORE_FRONTEND": "Proxy", + "TIMELINE_WORKDIR": "D:\\timeline-development" + } } } -} +} \ No newline at end of file -- cgit v1.2.3