Add descriptions for env vars

This commit is contained in:
Luke Murphy 2021-01-13 14:08:25 +01:00
parent ec2aa81a93
commit dfb5079aec
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -96,10 +96,10 @@ You can pass the `--no-input` option to your script invocation (e.g. `python bot
`xbotlib` will try to read the following configuration values from the environment.
- **XBOT_JID**
- **XBOT_PASSWORD**
- **XBOT_ROOM**
- **XBOT_NICK**
- **XBOT_JID**: The username of the bot account
- **XBOT_PASSWORD**: The password of the bot account
- **XBOT_ROOM**: The room that the bot can join
- **XBOT_NICK**: The nickname that the bot uses
## Roadmap