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

16 lines
388 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"workingDirectory": "$(TargetDir)",
"applicationUrl": "https://localhost:7102",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}