Skip to content

Commit

Permalink
Update docs for GITHUB_TOKEN
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Konstantinos Sideris committed Mar 16, 2021
1 parent 11137a7 commit a00d13d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ services:
HAKA_LOG_LEVEL: "info" # Control the verbosity of the logger.
HAKA_ENV: "dev" # Use a json logger for production, otherwise key=value pairs.
HAKA_HTTP_LOG: "true" # If you want to log http requests.
GITHUB_TOKEN: "<token>" # If you want to retrieve time spent per commit. No extra scope is required.
ports:
- "127.0.0.1:8080:8080"
haka_db:
Expand Down Expand Up @@ -164,6 +165,8 @@ Available commands:

![Projects Page](img/projects.png "Projects Page")

![Projects Page - Commits](img/commits.png "Projects Page - Commits")

## Contributing

Any kind of contribution is greatly appreciated. This could be:
Expand Down
1 change: 1 addition & 0 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
HAKA_LOG_LEVEL: "info" # Control the verbosity of the logger.
HAKA_ENV: "dev" # Use a json logger for production.
HAKA_HTTP_LOG: "true" # If you want to log http requests.
GITHUB_TOKEN: "<token>" # If you want to retrieve time spent per commit. No extra scope is required.
ports:
- "127.0.0.1:8080:8080"
haka_db:
Expand Down
Binary file added img/commits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a00d13d

Please sign in to comment.