summaryrefslogtreecommitdiffstats
path: root/VegaData/Properties/launchSettings.json
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-10-06 12:06:46 +0200
committerivar <i@oiee.no>2025-10-06 12:06:46 +0200
commitf18f3fee8844df98a30c2d248dfca04643dd4365 (patch)
tree599c1b6a97777a84cdcd7fe8333f4718d2e55c85 /VegaData/Properties/launchSettings.json
downloadvegadata-f18f3fee8844df98a30c2d248dfca04643dd4365.tar.xz
vegadata-f18f3fee8844df98a30c2d248dfca04643dd4365.zip
Initial
Diffstat (limited to 'VegaData/Properties/launchSettings.json')
-rw-r--r--VegaData/Properties/launchSettings.json23
1 files changed, 23 insertions, 0 deletions
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"
+ }
+ }
+ }
+}