Set secret_key to random key
This commit is contained in:
parent
70f01ed93a
commit
a18f81e364
|
@ -12,5 +12,14 @@
|
||||||
"short_desc": "Privacy-respecting, hackable metasearch engine",
|
"short_desc": "Privacy-respecting, hackable metasearch engine",
|
||||||
"author": "searxng",
|
"author": "searxng",
|
||||||
"source": "https://github.com/searxng/searxng",
|
"source": "https://github.com/searxng/searxng",
|
||||||
"form_fields": []
|
"form_fields": [
|
||||||
|
{
|
||||||
|
"type": "random",
|
||||||
|
"label": "SearXNG Secret Key",
|
||||||
|
"max": 50,
|
||||||
|
"min": 3,
|
||||||
|
"required": true,
|
||||||
|
"env_variable": "SEARXNG_SECRET_KEY"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user