From b9b253ac95a5ed0c2f7e8f2595ec6cc062aadb19 Mon Sep 17 00:00:00 2001 From: DeathKaioken Date: Sun, 18 Jan 2026 17:16:27 +0100 Subject: [PATCH] fic --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 0509c12..ce7e96f 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -16,7 +16,7 @@ module.exports = { PORT: '3000', // inlined from .env - NEXT_PUBLIC_API_BASE_URL: 'http://localhost:3001', + NEXT_PUBLIC_API_BASE_URL: 'https://api.profit-planet.partners', NEXT_PUBLIC_MODE: 'development', NEXT_PUBLIC_I18N_DEBUG_MODE: 'true', NEXT_PUBLIC_GEO_FALLBACK_COUNTRY: 'false',