diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-03 06:40:10 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-03 06:40:10 +0000 |
commit | bc4bb70fccdf72072a39cd663100617859b694a7 (patch) | |
tree | 40a587d5bce2577cbce832d0957fea4dd62de8f8 /terminaldweller.com/searxng/.env | |
parent | updates (diff) | |
download | scripts-bc4bb70fccdf72072a39cd663100617859b694a7.tar.gz scripts-bc4bb70fccdf72072a39cd663100617859b694a7.zip |
searxng
Diffstat (limited to '')
-rw-r--r-- | terminaldweller.com/searxng/.env | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/terminaldweller.com/searxng/.env b/terminaldweller.com/searxng/.env new file mode 100644 index 0000000..f21562a --- /dev/null +++ b/terminaldweller.com/searxng/.env @@ -0,0 +1,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 |