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