Skip to content

Commit

Permalink
Documment config.yml.tpl main keys
Browse files Browse the repository at this point in the history
Signed-off-by: David Pordomingo <[email protected]>
  • Loading branch information
dpordomingo committed Jan 15, 2019
1 parent 362e256 commit 8b14a9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.yml.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# list of the analyzers to be called by lookoutd
analyzers:
- name: Dummy
addr: ipv4://localhost:9930
Expand All @@ -20,15 +21,15 @@ providers:
# client_id:
# client_secret:

# only for authorization with a GitHub token
# list of repositories to watch when using authorization with a GitHub token
repositories:
- url: github.com/_USER_/_REPO_TO_WATCH_
client:
# user:
# token:
# minInterval: 1m

# only for authorization with GitHub App
# web interface configuration, only available if authorizing with GitHub App
web:
# Secret key to sign JSON Web Tokens
signing_key:
Expand Down

0 comments on commit 8b14a9e

Please sign in to comment.