From 12b0269c56b4940ed9db90ae1707382aa4d57497 Mon Sep 17 00:00:00 2001 From: PH Nascimento <42078703+PH-Nascimento@users.noreply.github.com> Date: Sat, 24 Oct 2020 13:05:19 -0300 Subject: [PATCH] Update chapter-07-administration.md --- book/chapter-07-administration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/chapter-07-administration.md b/book/chapter-07-administration.md index 087a32bc..0cefa70e 100644 --- a/book/chapter-07-administration.md +++ b/book/chapter-07-administration.md @@ -32,10 +32,11 @@ here is a list of admin commands related to deploying .gb* files. | NLP_AUTHORING_KEY | 0aa343b06d044b66a2159abf080ff1c3 | The key from NLP service allowing creating of bot NLP libraries. | STORAGE_DIALECT | mssql | The bot database dialect configuration value. Can be MSSQL or SQLITE. | 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 name configuration value. | STORAGE_USERNAME | sahaaksfqiehke | The bot database security username configuration value. | STORAGE_PASSWORD | | The bot database security password configuration value. | STORAGE_SYNC | true | If the bot server should sync database before running. +| PRIVACY MESSAGES | true | If the bot server should store message logs in the database ## How to