From f18f3fee8844df98a30c2d248dfca04643dd4365 Mon Sep 17 00:00:00 2001 From: ivar Date: Mon, 6 Oct 2025 12:06:46 +0200 Subject: Initial --- VegaData/Properties/launchSettings.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 VegaData/Properties/launchSettings.json (limited to 'VegaData/Properties') diff --git a/VegaData/Properties/launchSettings.json b/VegaData/Properties/launchSettings.json new file mode 100644 index 0000000..e579794 --- /dev/null +++ b/VegaData/Properties/launchSettings.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": false, + "applicationUrl": "http://localhost:5234", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": false, + "applicationUrl": "https://localhost:7097;http://localhost:5234", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} -- cgit v1.3