fix(docker): fix the env.example files to be in sync with the docs/installation/NETWORKING.md
file
This commit is contained in:
parent
2351c5c125
commit
003fb68d8c
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
NEXT_PUBLIC_WS_URL=ws://localhost:3001
|
NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001
|
||||||
NEXT_PUBLIC_API_URL=http://localhost:3001/api
|
NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api
|
||||||
SEARXNG_API_URL=http://searxng:8080
|
SEARXNG_API_URL=http://searxng:8080
|
|
@ -1,3 +1,3 @@
|
||||||
NEXT_PUBLIC_WS_URL=ws://localhost:3001
|
NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001
|
||||||
NEXT_PUBLIC_API_URL=http://localhost:3001/api
|
NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api
|
||||||
SEARXNG_API_URL=http://searxng:8080
|
SEARXNG_API_URL=http://searxng:8080
|
Loading…
Add table
Reference in a new issue