aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Properties/launchSettings.json
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-12-21 23:37:23 +0100
committerivarlovlie <git@ivarlovlie.no>2022-12-21 23:37:23 +0100
commit82ade3c31fb17b662feec59e9e654ceb66edbb7a (patch)
tree26443c41c55d2cd2ae46fdd0d663aca84b779ffe /code/api/Properties/launchSettings.json
parente60703aadca7d423c0fbfb189d5ef439fc1df072 (diff)
downloadstorage-82ade3c31fb17b662feec59e9e654ceb66edbb7a.tar.xz
storage-82ade3c31fb17b662feec59e9e654ceb66edbb7a.zip
feat: Add initial schema and start login
Diffstat (limited to 'code/api/Properties/launchSettings.json')
-rw-r--r--code/api/Properties/launchSettings.json14
1 files changed, 2 insertions, 12 deletions
diff --git a/code/api/Properties/launchSettings.json b/code/api/Properties/launchSettings.json
index 778fa45..c5b268a 100644
--- a/code/api/Properties/launchSettings.json
+++ b/code/api/Properties/launchSettings.json
@@ -5,21 +5,11 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
- "launchUrl": "swagger",
+ "launchUrl": "",
"applicationUrl": "http://localhost:5068",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
- },
- "https": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "launchBrowser": false,
- "launchUrl": "swagger",
- "applicationUrl": "https://localhost:7291;http://localhost:5068",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
+ }
}
}