AnsonBot/AnsonBot.Bot/Properties/launchSettings.json

13 lines
239 B
JSON
Raw Permalink Normal View History

2026-07-30 19:47:39 +00:00
{
"profiles": {
"Bot Development": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
},
"Container (Dockerfile)": {
"commandName": "Docker"
}
}
}