RobotNet/RobotNet.WebApp/Properties/launchSettings.json
2025-10-15 15:15:53 +07:00

17 lines
498 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"launchUrl": "sehc/da3/line1",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:7035",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}