Add descriptions for env vars

This commit is contained in:
2021-01-13 14:08:25 +01:00
parent ec2aa81a93
commit dfb5079aec

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