Fix kestrel urls in launchSettings.json

This commit is contained in:
Javier Calvarro Nelson 2018-02-02 15:33:38 -08:00
parent cff1d46ac9
commit a4427f5263
13 changed files with 13 additions and 13 deletions

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -21,7 +21,7 @@
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5000;http://localhost:5001"
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}