Skip to content

Commit

Permalink
update README.md and example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
nehzata committed Sep 27, 2023
1 parent fe2d307 commit 4c463cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Observability:
--log-json Log in JSON format.
```

### Run locally
`. bin/activate-hermit`
`GH_CLASSIC_ACCESS_TOKEN=<TOKEN> ./scripts/wkr-gh-sponsor --config example.config.json`

### Docker & docker compose
A sample docker-compose.yml is provided to run this project.
```
Expand Down
9 changes: 7 additions & 2 deletions example.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"logLevel": "debug",
"entities": [
"getsentry",
"codecov"
]
"codecov",
"syntaxfm"
],
"wkr-donate": {
"disabled": true
}
}

0 comments on commit 4c463cb

Please sign in to comment.