From 8b2450a14e5ffbfac03c7695aa0702e0965d0d06 Mon Sep 17 00:00:00 2001 From: Miguel Medeiros Date: Sun, 24 Dec 2023 00:07:40 -0300 Subject: [PATCH] fix: ln service ports --- .env.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 769644e..2672958 100644 --- a/.env.example +++ b/.env.example @@ -6,9 +6,8 @@ APPLICATION_VERSION=1.0.0 PRICE_SERVICE=http://localhost:3001 BLOCKCHAIN_SERVICE=http://localhost:3002 -FEEDS_SERVICE=http://localhost:3003 +LIGHTNING_SERVICE=http://localhost:3003 MURRAY_SERVICE=http://localhost:3004 -LIGHTNING_SERVICE=http://localhost:3005 CLIENT_DISCORD_WEBHOOK=http://localhost:4000/webhooks