Files
Yi.Admin/Yi.Furion.Net6/Yi.Furion.Web.Entry/Properties/launchSettings.json

23 lines
576 B
JSON
Raw Normal View History

2023-04-12 22:30:42 +08:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:53785",
"sslPort": 44342
}
},
"profiles": {
2023-04-15 17:33:42 +08:00
"Yi.Furion.Web.Entry": {
2023-04-12 22:30:42 +08:00
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "",
2023-04-15 17:33:42 +08:00
"applicationUrl": "http://localhost:19001",
2023-04-12 22:30:42 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}