From 31af13e54a1fa2c669f7d8ecca8a0c8e2d067676 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 26 Nov 2022 17:21:33 +0800 Subject: Add crupest-api. --- .../crupest-api/CrupestApi/Properties/launchSettings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create 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 new file mode 100644 index 0000000..01f2a12 --- /dev/null +++ b/docker/crupest-api/CrupestApi/Properties/launchSettings.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "dev": { + "commandName": "Project", + "dotnetRunMessages": true, + "applicationUrl": "http://localhost:5188", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} \ No newline at end of file -- cgit v1.2.3