32 lines
819 B
JSON
Raw Normal View History

2023-05-01 14:00:18 +04:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2023-05-01 16:55:27 +04:00
"applicationUrl": "http://localhost:57787",
"sslPort": 44379
2023-05-01 14:00:18 +04:00
}
},
"profiles": {
2023-05-01 16:55:27 +04:00
"SecuritySystemRestApi": {
2023-05-01 14:00:18 +04:00
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
2023-05-01 16:55:27 +04:00
"applicationUrl": "https://localhost:7116;http://localhost:5263",
2023-05-01 14:00:18 +04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}