mirror of https://github.com/CIRCL/lookyloo
fix: Missing doc in config
parent
475b424878
commit
74034473e5
|
@ -95,6 +95,7 @@
|
||||||
"tor_proxy": "URL to connect to a SOCKS 5 proxy for tor - If you capture via a lacus instance, this value is ignored",
|
"tor_proxy": "URL to connect to a SOCKS 5 proxy for tor - If you capture via a lacus instance, this value is ignored",
|
||||||
"global_proxy": "Proxy configuration to use for *all* the requests (except .onions) - If you capture via a lacus instance, this value is ignored",
|
"global_proxy": "Proxy configuration to use for *all* the requests (except .onions) - If you capture via a lacus instance, this value is ignored",
|
||||||
"email": "Configuration for sending email notifications.",
|
"email": "Configuration for sending email notifications.",
|
||||||
|
"email_smtp_auth": "Email SMTP auth configuration",
|
||||||
"priority": "Define the priority of a new capture. A capture from the web interface has priority over a capture from the API, same for authenticated user vs. anonymous.",
|
"priority": "Define the priority of a new capture. A capture from the web interface has priority over a capture from the API, same for authenticated user vs. anonymous.",
|
||||||
"hide_captures_with_error": "Capturing an URL may result in an error (domain non-existent, HTTP error, ...). They may be useful to see, but if you have a public instance, they will clutter the index.",
|
"hide_captures_with_error": "Capturing an URL may result in an error (domain non-existent, HTTP error, ...). They may be useful to see, but if you have a public instance, they will clutter the index.",
|
||||||
"archive": "The captures older than this value (in days) will be archived. They're not cached by default in the Lookyloo class.",
|
"archive": "The captures older than this value (in days) will be archived. They're not cached by default in the Lookyloo class.",
|
||||||
|
|
Loading…
Reference in New Issue