Update chapter-07-gbot-reference.md

This commit is contained in:
Alan Perdomo 2023-01-26 11:11:12 -03:00 committed by GitHub
parent 9845fe747a
commit a675819876
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,9 @@ here is a list of admin commands related to deploying .gb* files.
| STORAGE_USERNAME | sahaaksfqiehke | The bot database security username configuration value. | STORAGE_USERNAME | sahaaksfqiehke | The bot database security username configuration value.
| STORAGE_PASSWORD | <use a password generator> | 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.
| PRIVACY_STORE_MESSAGES | true | If the bot server should store message logs in the database | PRIVACY_STORE_MESSAGES | true | If the bot server should store message logs in the database.
| TEST_MESSAGE | /publish | If the bot server should auto send a message for test.
| TEST_SHELL | rm work/.. | If the user needs to continuously remove an archive.
## How to ## How to