2020-07-13 06:12:32 +00:00
|
|
|
# By default listen on https://localhost
|
|
|
|
# To change this:
|
2021-10-01 07:42:00 +00:00
|
|
|
# * uncomment SEARXNG_HOSTNAME, and replace <host> by the SearXNG hostname
|
2020-07-13 06:12:32 +00:00
|
|
|
# * uncomment LETSENCRYPT_EMAIL, and replace <email> by your email (require to create a Let's Encrypt certificate)
|
2019-07-13 11:28:18 +00:00
|
|
|
|
2021-10-01 07:42:00 +00:00
|
|
|
# SEARXNG_HOSTNAME=<host>
|
2020-07-13 06:12:32 +00:00
|
|
|
# LETSENCRYPT_EMAIL=<email>
|
2019-07-09 16:05:05 +00:00
|
|
|
|
2020-05-23 22:36:16 +00:00
|
|
|
# automatically update settings to the new version
|
2019-07-09 16:05:05 +00:00
|
|
|
# comment this line if you made / will make some modifications to the settings
|
2021-10-01 07:42:00 +00:00
|
|
|
SEARXNG_COMMAND=-f
|
2019-07-06 12:54:05 +00:00
|
|
|
|
2019-07-01 14:26:12 +00:00
|
|
|
# use openssl rand -base64 33
|
2022-02-25 21:43:05 +00:00
|
|
|
SEARXNG_SECRET=ultrasecretkey
|