ASCU_ALL/ApiServer/Properties/launchSettings.json

29 lines
660 B
JSON
Raw Permalink Normal View History

2021-07-30 14:49:24 +05:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:44714",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
2021-07-31 22:27:59 +05:00
"launchBrowser": false,
2021-07-30 14:49:24 +05:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"ApiServer": {
"commandName": "Project",
"dotnetRunMessages": "true",
2021-07-31 22:27:59 +05:00
"launchBrowser": false,
"applicationUrl": "http://localhost:64400",
2021-07-30 14:49:24 +05:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}