Files
work/Visor/Visor/Properties/launchSettings.json
T
astankovmi 38a825b50b
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
UDP Visor
2026-06-30 16:26:31 +03:00

28 lines
674 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:61646",
"sslPort": 44332
}
},
"profiles": {
"Visor": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7297;http://localhost:5255",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}