From 24c84a79523c293a4700e672608b45b35404999b Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 20 Jan 2024 14:24:19 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index 1afba0cf..299763d0 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -41,6 +41,20 @@ General procedures: 6. /setupSecurity to get access to Bot Drive (Clean: https://www.domstamand.com/removing-user-consent-from-an-azure-ad-application/); 7. /publish to publish packages on root bot. +## .env + +.env is generated automatically, but if you want to advance, editing by yourself, put this file, filled, at BotServer root: +``` +BOT_ID= +CLOUD_SUBSCRIPTIONID= +CLOUD_LOCATION= +CLOUD_GROUP= +CLOUD_USERNAME= +CLOUD_PASSWORD= +MARKETPLACE_ID= +MARKETPLACE_SECRET= +``` + ### Windows #### PowerShell Script