Improve example configuration file (#206)

* no need of double quote here

* update example configuration file
This commit is contained in:
Yiyao Wei 2021-04-04 16:59:22 +02:00 committed by GitHub
parent 33e952b428
commit 43860b329d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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