23 lines
546 B
JSON
Raw Permalink Normal View History

2024-05-16 13:40:51 +08:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:63521",
"sslPort": 44395
}
},
"profiles": {
2024-07-01 16:04:10 +08:00
"DOAN.Admin.WebApi": {
2024-05-16 13:40:51 +08:00
"commandName": "Project",
"dotnetRunMessages": true,
"launchUrl": "",
"applicationUrl": "http://localhost:8888",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}