34 lines
858 B
JSON
34 lines
858 B
JSON
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iis": {
|
|
"applicationUrl": "http://localhost/Moshaverino.Core",
|
|
"sslPort": 0
|
|
},
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:62091",
|
|
"sslPort": 0
|
|
}
|
|
},
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IIS",
|
|
"launchBrowser": true,
|
|
"launchUrl": "weatherforecast",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Moshaverino.Core": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "weatherforecast",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "http://localhost:5000"
|
|
}
|
|
}
|
|
} |