From 9330d169413ecf2216faacc45036593b204f700d Mon Sep 17 00:00:00 2001 From: David Pordomingo Date: Tue, 8 Jan 2019 10:25:36 +0100 Subject: [PATCH] Documment config.yml.tpl main keys Signed-off-by: David Pordomingo --- config.yml.tpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.yml.tpl b/config.yml.tpl index 9008b8e0..4dc5f266 100644 --- a/config.yml.tpl +++ b/config.yml.tpl @@ -1,4 +1,5 @@ -analyzers: +# list of the analyzers to be called by lookoutd +alyzers: - name: Dummy addr: ipv4://localhost:9930 disabled: false @@ -20,7 +21,7 @@ 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: @@ -28,7 +29,7 @@ repositories: # 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