From ac769e656b122ff569c3f1534701b71e00fed586 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Oct 2020 19:21:35 +0800 Subject: Split front and back end. --- Timeline/Properties/launchSettings.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 Timeline/Properties/launchSettings.json (limited to 'Timeline/Properties/launchSettings.json') diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json deleted file mode 100644 index de8186db..00000000 --- a/Timeline/Properties/launchSettings.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "profiles": { - "Development": { - "commandName": "Project", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development", - "ASPNETCORE_USEPROXYFRONTEND": "true", - "ASPNETCORE_WORKDIR": "D:\\timeline-development" - } - }, - "Development-Mock": { - "commandName": "Project", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development", - "ASPNETCORE_USEMOCKFRONTEND": "true", - "ASPNETCORE_WORKDIR": "D:\\timeline-development" - } - }, - "Staging": { - "commandName": "Project", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Staging", - "ASPNETCORE_WORKDIR": "D:\\timeline-development" - } - } - } -} -- cgit v1.2.3