blob: f21562a3fcae13932d9abae57c4f1df46b8e6688 (
plain) (
blame)
1
2
3
4
5
6
7
|
# By default listen on https://localhost
# To change this:
# * 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)
SEARXNG_HOSTNAME=searx.terminaldweller.com
LETSENCRYPT_EMAIL=devi@terminaldweller.com
|