diff --git a/.env.example b/.env.example index 75ef611..f23835c 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ -NEXT_PUBLIC_WS_URL=ws://localhost:3001 -NEXT_PUBLIC_API_URL=http://localhost:3001/api +NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001 +NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api SEARXNG_API_URL=http://searxng:8080 \ No newline at end of file diff --git a/ui/.env.example b/ui/.env.example index 75ef611..f23835c 100644 --- a/ui/.env.example +++ b/ui/.env.example @@ -1,3 +1,3 @@ -NEXT_PUBLIC_WS_URL=ws://localhost:3001 -NEXT_PUBLIC_API_URL=http://localhost:3001/api +NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001 +NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api SEARXNG_API_URL=http://searxng:8080 \ No newline at end of file