Files
gh-atc-net-atc-agentic-tool…/skills/iot-edge-module/assets/template-launchSettings.json
2025-11-29 17:58:35 +08:00

14 lines
222 B
JSON

{
"profiles": {
"{{ModuleName}}": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Standalone"
}
},
"Docker": {
"commandName": "Docker"
}
}
}