From 003fb68d8c2ba069e04d7f6907862e99b2ca5136 Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Fri, 15 Nov 2024 20:05:22 +0100 Subject: [PATCH] fix(docker): fix the env.example files to be in sync with the `docs/installation/NETWORKING.md` file --- .env.example | 4 ++-- ui/.env.example | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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