Update chapter-07-administration.md

This commit is contained in:
Rodrigo Rodriguez 2020-01-09 15:17:01 -03:00 committed by GitHub
parent 268cadff9e
commit bcf6351f35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@ here is a list of admin commands related to deploying .gb* files.
| Name | Sample Value | Description | | Name | Sample Value | Description |
|------------------------|--------------------------------------------------|-------------| |------------------------|--------------------------------------------------|-------------|
| ADDITIONAL_DEPLOY_PATH | D:\data\gbai | Deploy folder to look for packages. | ADDITIONAL_DEPLOY_PATH | D:\data\gbai | Deploy folder to look for packages (Just one folder).
| ADMIN_PASS | E732+!#xJ3a_*! | Administration password for the conversational interface. | ADMIN_PASS | E732+!#xJ3a_*! | Administration password for the conversational interface.
| CLOUD_SUBSCRIPTIONID | 622e5037-f7f1-49f6-a9c4-28babbb0fs | Cloud subscription ID used to deploy new bots. | CLOUD_SUBSCRIPTIONID | 622e5037-f7f1-49f6-a9c4-28babbb0fs | Cloud subscription ID used to deploy new bots.
| CLOUD_LOCATION | westus | Cloud location used to deploy new bots. | CLOUD_LOCATION | westus | Cloud location used to deploy new bots.
| CLOUD_GROUP | newassistant | Cloud group used to deploy new bots. | CLOUD_GROUP | newassistant | Cloud group used to deploy new bots.
| CLOUD_USERNAME | someone@domain | Cloud username used to deploy new bots. | CLOUD_USERNAME | someone@domain | Cloud username used to deploy new bots.
| CLOUD_PASSWORD | x@8k*p!93aZ0_*! | Cloud password used to deploy new bots. | CLOUD_PASSWORD | <use a password generator> | Cloud password used to deploy new bots.
| MARKETPLACE_ID | 9c90ff1c3-101b-4f0d-85cd-4bada2226fe3 | Martplace identifier associated to the boot bot. | MARKETPLACE_ID | 9c90ff1c3-101b-4f0d-85cd-4bada2226fe3 | Martplace identifier associated to the boot bot.
| MARKETPLACE_SECRET | nzrNUUG6214%raqzYWQ8(+% | Martplace password associated to the boot bot. | MARKETPLACE_SECRET | nzrNUUG6214%raqzYWQ8(+% | Martplace password associated to the boot bot.
| NLP_AUTHORING_KEY | 0aa343b06d044b66a2159abf080ff1c3 | The key from NLP service allowing creating of bot NLP libraries. | NLP_AUTHORING_KEY | 0aa343b06d044b66a2159abf080ff1c3 | The key from NLP service allowing creating of bot NLP libraries.
@ -32,7 +32,7 @@ here is a list of admin commands related to deploying .gb* files.
| STORAGE_SERVER | newassistant-storage-server.database.windows.net | The bot database server name configuration value. | STORAGE_SERVER | newassistant-storage-server.database.windows.net | The bot database server name configuration value.
| STORAGE_NAME | newassistant-storage | The bot database database name configuration value. | STORAGE_NAME | newassistant-storage | The bot database database name configuration value.
| STORAGE_USERNAME | sahaaksfqiehke | The bot database security username configuration value. | STORAGE_USERNAME | sahaaksfqiehke | The bot database security username configuration value.
| STORAGE_PASSWORD | 8adk9dio378!P | The bot database security password configuration value. | STORAGE_PASSWORD | <use a password generator> | The bot database security password configuration value.
| STORAGE_SYNC | true | If the bot server should sync database before running. | STORAGE_SYNC | true | If the bot server should sync database before running.
## How to ## How to