From 151ee178ee42db76fb1eaaef2e6bba835bd9846d Mon Sep 17 00:00:00 2001 From: robertu7 <4065233+robertu7@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:04:20 +0900 Subject: [PATCH] fix: fix env typo --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 5f31215f4..da1b56c85 100644 --- a/.env.example +++ b/.env.example @@ -31,7 +31,7 @@ MATTERS_PG_DATABASE=matters-dev MATTERS_PG_READONLY_CONNECTION_STRING=postgres://postgres@db:postgres/matters-dev MATTERS_TSQI_SERVER_URL=http://localhost:2883 -MATTERS_SEARCH_PG_CONNECTION_STRING=postgres://postgres@db/progress +MATTERS_SEARCH_PG_CONNECTION_STRING=postgres://postgres@db/postgres MATTERS_SEARCH_PG_PASSWORD= MATTERS_SEARCH_PG_COEFFICIENTS="[1,1,1]"