cloudnet-compose/result/dotnet/Result/Properties/launchSettings.json

27 lines
638 B
JSON
Raw Normal View History

2018-09-26 11:29:39 +02:00
{
2018-09-21 20:23:31 +02:00
"iisSettings": {
2018-09-26 11:29:39 +02:00
"windowsAuthentication": false,
"anonymousAuthentication": true,
2018-09-21 20:23:31 +02:00
"iisExpress": {
"applicationUrl": "http://localhost:56785",
2018-09-26 11:29:39 +02:00
"sslPort": 0
2018-09-21 20:23:31 +02:00
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Result": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2018-09-26 11:29:39 +02:00
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
2018-09-21 20:23:31 +02:00
}
}
}