From a1f0518d0cd123a791adde64f4f11bd8e44276c7 Mon Sep 17 00:00:00 2001 From: ivar Date: Mon, 20 Oct 2025 00:26:34 +0200 Subject: Initial commit --- api/WhatApi/Properties/launchSettings.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 api/WhatApi/Properties/launchSettings.json (limited to 'api/WhatApi/Properties/launchSettings.json') diff --git a/api/WhatApi/Properties/launchSettings.json b/api/WhatApi/Properties/launchSettings.json new file mode 100644 index 0000000..581ee7b --- /dev/null +++ b/api/WhatApi/Properties/launchSettings.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": false, + "applicationUrl": "http://localhost:5281", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} -- cgit v1.3