mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-18 10:37:11 +00:00
Remove the Searxng API key env variable for simplicity
This commit is contained in:
parent
19d80d190e
commit
af2553a890
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ services:
|
||||||
- khoj_search:/etc/searxng
|
- khoj_search:/etc/searxng
|
||||||
environment:
|
environment:
|
||||||
- SEARXNG_BASE_URL=http://localhost:42113/
|
- SEARXNG_BASE_URL=http://localhost:42113/
|
||||||
- SEARXNG_SECRET_KEY=change_me_to_something_random # Change this in production
|
|
||||||
server:
|
server:
|
||||||
depends_on:
|
depends_on:
|
||||||
database:
|
database:
|
||||||
|
|
Loading…
Reference in a new issue