Add Project launchSettings.json

This commit is contained in:
Guillermo Marcel 2025-02-12 18:59:01 -03:00
parent 5f4a4bc651
commit 7348178d56

View File

@ -0,0 +1,11 @@
{
"profiles":{
"CasaBotApp": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development",
"TelegramToken": ""
}
}
}
}