ponysearch-docker/.env

15 lines
508 B
Bash
Raw Permalink Normal View History

# By default listen on https://localhost
# To change this:
# * uncomment SEARX_HOSTNAME, and replace <host> by the searx hostname
# * 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
# SEARX_HOSTNAME=<host>
# LETSENCRYPT_EMAIL=<email>
2020-05-24 00:36:16 +02:00
# automatically update settings to the new version
# comment this line if you made / will make some modifications to the settings
SEARX_COMMAND=-f
2019-07-01 16:26:12 +02:00
# use openssl rand -base64 33
2020-06-20 01:49:28 +02:00
MORTY_KEY=ReplaceWithARealKey!