mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Improve example configuration file (#206)
* no need of double quote here * update example configuration file
This commit is contained in:
parent
33e952b428
commit
43860b329d
1 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ max_redirects = 10
|
|||
user_agent = "curl/7.71.1"
|
||||
|
||||
# Website timeout from connect to response finished
|
||||
timeout = "20"
|
||||
timeout = 20
|
||||
|
||||
# Comma-separated list of accepted status codes for valid links.
|
||||
# Omit to accept all response types.
|
||||
|
|
@ -66,3 +66,6 @@ exclude_link_local = false
|
|||
|
||||
# Exclude loopback IP address range from checking
|
||||
exclude_loopback = false
|
||||
|
||||
# Exclude all mail addresses from checking
|
||||
exclude_mail = false
|
||||
Loading…
Reference in a new issue