summaryrefslogtreecommitdiff
path: root/Properties
diff options
context:
space:
mode:
Diffstat (limited to 'Properties')
-rw-r--r--Properties/launchSettings.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json
index 2831de1..7a7f65b 100644
--- a/Properties/launchSettings.json
+++ b/Properties/launchSettings.json
@@ -1,4 +1,5 @@
-{
+// HTTPS address: https://localhost:7246
+{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
@@ -14,7 +15,7 @@
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
- "applicationUrl": "https://localhost:7246;http://localhost:5218",
+ "applicationUrl": "http://localhost:5218",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}