From 8507c3b3802b0990c681a7c17c4e4d7ef0fa305d Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 1 Dec 2022 19:19:47 +0800 Subject: Restructure crupest-api. --- .../crupest-api/CrupestApi/Properties/launchSettings.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docker/crupest-api/CrupestApi/Properties/launchSettings.json (limited to 'docker/crupest-api/CrupestApi/Properties') diff --git a/docker/crupest-api/CrupestApi/Properties/launchSettings.json b/docker/crupest-api/CrupestApi/Properties/launchSettings.json deleted file mode 100644 index a4a5cbf..0000000 --- a/docker/crupest-api/CrupestApi/Properties/launchSettings.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/launchsettings.json", - "profiles": { - "dev": { - "commandName": "Project", - "dotnetRunMessages": true, - "applicationUrl": "http://localhost:5188", - "workingDirectory": ".", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development", - "CRUPEST_API_CONFIG_FILE": "dev-config.json" - } - } - } -} \ No newline at end of file -- cgit v1.2.3