From 7348178d567373e1c9065c199cd2d38a63123e06 Mon Sep 17 00:00:00 2001 From: Guillermo Marcel Date: Wed, 12 Feb 2025 18:59:01 -0300 Subject: [PATCH] Add Project launchSettings.json --- src/CasaBot/CasaBotApp/Properties/launchSettings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/CasaBot/CasaBotApp/Properties/launchSettings.json 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