Skip to content

Commit

Permalink
Fix README <SERVICE>_BOT_TOKEN setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nihey committed May 22, 2021
1 parent 7464d26 commit c4b6cd5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ How to host Integram on your own server (using your private bots)
## Get the path of config directory on the host machine
docker volume inspect -f '{{ .Mountpoint }}' integram_data-mainapp
```
- **TRELLO_BOT_TOKEN** – your bot's token you got from [@BotFather](https://t.me/botfather)
- **<Name of the Service>_BOT_TOKEN** – your bot's token you got from [@BotFather](https://t.me/botfather)
- **TRELLO_BOT_TOKEN** – For Trello Bot
- **WEBHOOK_BOT_TOKEN** – For Webhook Bot
- **GITLAB_BOT_TOKEN** – For Gitlab Bot
- **BITBUCKET_BOT_TOKEN** – For Bitbucket Bot

- You will need to [get your own OAuth credentials from Trello](https://trello.com/app-key)
- **TRELLO_OAUTH_ID** – API Key
- **TRELLO_OAUTH_SECRET** – OAuth Secret
Expand Down

0 comments on commit c4b6cd5

Please sign in to comment.