24 lines
562 B
JSON
24 lines
562 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:63521",
|
|
"sslPort": 44395
|
|
}
|
|
},
|
|
"profiles": {
|
|
"ZR.Admin.WebApi": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": true,
|
|
"launchUrl": "",
|
|
"applicationUrl": "http://localhost:8888",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": ""
|
|
}
|
|
}
|
|
}
|
|
}
|