Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2024-01-20 14:24:19 -03:00 committed by GitHub
parent fea95bda26
commit 24c84a7952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/); 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. 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 ### Windows
#### PowerShell Script #### PowerShell Script