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 8, 2019
1 parent 23e9c00 commit 9330d16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.yml.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
analyzers:
# list of the analyzers to be called by lookoutd
alyzers:
- name: Dummy
addr: ipv4://localhost:9930
disabled: false
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: # a non empty string
Expand Down

0 comments on commit 9330d16

Please sign in to comment.