Skip to content

Commit

Permalink
README: Add information regarding env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed Jun 23, 2017
1 parent 6a256a1 commit 99a895e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,13 @@
repo and gitter token for cobot.

3. Run errbot: `cd COBOT_ROOT && errbot`

## Environment Variables

1. `COBOT_ROOT` - absolute path of the project root.
2. `COBOT_PREFIX` - prefix to use for issuing bot commands.
3. `GH_TOKEN` - GitHub personal access token to create issues, invite people to
org, assign and unassign issues, etc.
4. `GL_TOKEN` - GitLab personal access token to create, assign, unassign
issues, etc.
5. `WA_TOKEN` - wolframalpha APP_ID to access wolfram API.

0 comments on commit 99a895e

Please sign in to comment.