From 2e8ad7dc6d49361c6ee00dc628e119c0c06e2779 Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 26 Oct 2025 11:33:38 +0100 Subject: . --- 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