add missing env variables

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-12-22 12:01:02 +01:00
parent 1c778b25d8
commit ef2e884691
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -61,6 +61,11 @@ $ curl -s http://localhost:8000/comments
There are few environment variables you can set:
* `LISTEN_PORT` - Default: `8000`
* `DB_SAVE_INTERVAL` - Default: `5000`
* `DB_PATH` - Default: `/tmp/builds.db`
* `GH_TOKEN` - Required for GitHub API access.
* `GH_REPO_OWNER` - Name of owner of repo to manage.
* `GH_REPO_NAME` - Name of GitHub repo to manage.
# Building