Files
ZelWiki/TightWiki/Properties/launchSettings.json
2025-01-24 09:48:12 +08:00

39 lines
1008 B
JSON

{
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5088"
},
//"https": {
// "commandName": "Project",
// "launchBrowser": true,
// "environmentVariables": {
// "ASPNETCORE_ENVIRONMENT": "Development"
// },
// "dotnetRunMessages": true,
// "applicationUrl": "http://localhost:7053;http://localhost:5088"
//},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:63292",
"sslPort": 44394
}
}
}