searxng-docker/.env

15 lines
516 B
Bash
Raw Normal View History

# 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
# * 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>
# LETSENCRYPT_EMAIL=<email>
2020-05-23 22:36:16 +00:00
# automatically update settings to the new version
# 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-01 14:26:12 +00:00
# use openssl rand -base64 33
2020-06-19 23:49:28 +00:00
MORTY_KEY=ReplaceWithARealKey!