lookyloo/config/generic.json.sample

15 lines
590 B
Plaintext
Raw Normal View History

{
"loglevel": "INFO",
2020-04-03 17:51:58 +02:00
"splash_loglevel": "WARNING",
"only_global_lookups": true,
"splash_url": "http://127.0.0.1:8050",
2020-04-01 17:44:06 +02:00
"cache_clean_user": {},
"_notes": {
2020-04-03 17:51:58 +02:00
"loglevel": "(lookyloo) Can be one of the value listed here: https://docs.python.org/3/library/logging.html#levels",
"splash_loglevel": "(Splash) INFO is *very* verbose.",
"only_global_lookups": "Set it to True if your instance is publicly available so users aren't able to scan your internal network",
2020-04-03 17:51:58 +02:00
"splash_url": "URL to connect to splash",
2020-04-01 17:44:06 +02:00
"cache_clean_user": "Format: {username: password}"
}
}