feat: add mcp-servers/**
This commit is contained in:
24
src/searxng/.env.example
Normal file
24
src/searxng/.env.example
Normal file
@@ -0,0 +1,24 @@
|
||||
# SearXNG version
|
||||
SEARXNG_VERSION=2025.1.20-1ce14ef99
|
||||
|
||||
# SearXNG port (default: 8080)
|
||||
SEARXNG_PORT_OVERRIDE=8080
|
||||
|
||||
# SearXNG hostname (used for Caddy reverse proxy)
|
||||
SEARXNG_HOSTNAME=http://localhost
|
||||
|
||||
# Let's Encrypt email (for HTTPS certificates, set to "internal" for self-signed)
|
||||
LETSENCRYPT_EMAIL=internal
|
||||
|
||||
# uWSGI worker processes and threads
|
||||
SEARXNG_UWSGI_WORKERS=4
|
||||
SEARXNG_UWSGI_THREADS=4
|
||||
|
||||
# Valkey (Redis) version
|
||||
VALKEY_VERSION=8-alpine
|
||||
|
||||
# Caddy version
|
||||
CADDY_VERSION=2-alpine
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
Reference in New Issue
Block a user