29 lines
696 B
JSON
Raw Normal View History

2023-05-01 14:00:18 +04:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2023-05-01 16:55:27 +04:00
"applicationUrl": "http://localhost:27418",
"sslPort": 44380
2023-05-01 14:00:18 +04:00
}
},
"profiles": {
2023-05-01 16:55:27 +04:00
"SecuritySystemClientApp": {
2023-05-01 14:00:18 +04:00
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2023-05-01 16:55:27 +04:00
"applicationUrl": "https://localhost:7277;http://localhost:5118",
2023-05-01 14:00:18 +04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}