From ee8f52d1f324cbda000ad2fa91e46b8b6738a78d Mon Sep 17 00:00:00 2001 From: Fouad Date: Sun, 17 Mar 2024 16:52:29 +0100 Subject: [PATCH] simple fix ! --- src/.example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.example.env b/src/.example.env index 2d75a1d..9f833f1 100644 --- a/src/.example.env +++ b/src/.example.env @@ -1,4 +1,4 @@ JWT_SECRET="JWT_SECRET here" DB_URI="Mongo Database here" REDIS_URI="Redis Uri here" -PRICE_COLLECTOR_URI="localhost" \ No newline at end of file +PRICE_COLLECTOR_URI="http://localhost" \ No newline at end of file