4 lines
101 B
Text
4 lines
101 B
Text
# Generate secret with:
|
|
# $ cat /dev/urandom | tr -dc 'a-z-A-Z-0-9' | head -c 50
|
|
|
|
SEARXNG_SECRET=XXX
|