mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
* docs: https://localhost => http://localhost * chore: docker compose; deploy/dev docs * chore: quick-start page * chore: add comment & remove leading space of vector config * chore: remove redundant install.sh scripts * chore: adjust milvus and ob, image dyanmic config; readme.md * chore: update pnpm-lock.yaml
15 lines
631 B
Bash
15 lines
631 B
Bash
# By default listen on http://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=<host>
|
|
# LETSENCRYPT_EMAIL=<email>
|
|
|
|
# Optional:
|
|
# If you run a very small or a very large instance, you might want to change the amount of used uwsgi workers and threads per worker
|
|
# More workers (= processes) means that more search requests can be handled at the same time, but it also causes more resource usage
|
|
|
|
SEARXNG_UWSGI_WORKERS=4
|
|
SEARXNG_UWSGI_THREADS=4
|