You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.0 KiB
39 lines
1.0 KiB
10 months ago
|
{
|
||
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
||
|
"iisSettings": {
|
||
|
"windowsAuthentication": false,
|
||
|
"anonymousAuthentication": true,
|
||
|
"iisExpress": {
|
||
|
"applicationUrl": "http://localhost:41550",
|
||
|
"sslPort": 44309
|
||
|
}
|
||
|
},
|
||
|
"profiles": {
|
||
|
"http": {
|
||
|
"commandName": "Project",
|
||
|
"dotnetRunMessages": true,
|
||
|
"launchBrowser": true,
|
||
|
"applicationUrl": "http://localhost:5231",
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
},
|
||
|
"https": {
|
||
|
"commandName": "Project",
|
||
|
"dotnetRunMessages": true,
|
||
|
"launchBrowser": true,
|
||
|
"applicationUrl": "https://localhost:7166;http://localhost:5231",
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
},
|
||
|
"IIS Express": {
|
||
|
"commandName": "IISExpress",
|
||
|
"launchBrowser": true,
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|