diff --git a/src/CasaBot/CasaBotApp/Properties/launchSettings.json b/src/CasaBot/CasaBotApp/Properties/launchSettings.json new file mode 100644 index 0000000..1fc3cc4 --- /dev/null +++ b/src/CasaBot/CasaBotApp/Properties/launchSettings.json @@ -0,0 +1,11 @@ +{ + "profiles":{ + "CasaBotApp": { + "commandName": "Project", + "environmentVariables": { + "DOTNET_ENVIRONMENT": "Development", + "TelegramToken": "" + } + } + } +} \ No newline at end of file