mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Docs: add sample keyfile.toml
This commit is contained in:
parent
92e422c726
commit
822eb76a1c
1 changed files with 10 additions and 1 deletions
|
@ -136,10 +136,19 @@ http_timeout
|
||||||
Time in seconds to wait for HTTP requests. Default: 20.
|
Time in seconds to wait for HTTP requests. Default: 20.
|
||||||
|
|
||||||
keyfile
|
keyfile
|
||||||
Specify an ini config file containing key (token) information. This file
|
Specify a toml config file containing key (token) information. This file
|
||||||
should contain a ``keys`` table, mapping key names to key values. See
|
should contain a ``keys`` table, mapping key names to key values. See
|
||||||
specific source for the key name(s) to use.
|
specific source for the key name(s) to use.
|
||||||
|
|
||||||
|
Sample ``keyfile.toml``:
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[keys]
|
||||||
|
# https://github.com/settings/tokens
|
||||||
|
# scope: repo -> public_repo
|
||||||
|
github = "ghp_<stripped>"
|
||||||
|
```
|
||||||
|
|
||||||
Global Options
|
Global Options
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
The following options apply to every check sources. You can use them in any
|
The following options apply to every check sources. You can use them in any
|
||||||
|
|
Loading…
Add table
Reference in a new issue