CodeLiturgy.Dashboard/CodeLiturgy.Views/Properties/launchSettings.json

29 lines
688 B
JSON
Raw Normal View History

2022-09-19 05:50:15 +03:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:51856",
"sslPort": 44359
}
},
"profiles": {
"BlueWest.Views": {
"commandName": "Project",
"dotnetRunMessages": true,
2022-10-27 20:13:02 +03:00
"launchBrowser": false,
2022-09-19 05:50:15 +03:00
"applicationUrl": "https://localhost:7022;http://localhost:5204",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}