From 7074de6ad269a7d48ca3e6fd29aa0e2b95f4b34f Mon Sep 17 00:00:00 2001 From: olexh Date: Thu, 1 Aug 2024 02:58:28 +0300 Subject: [PATCH] build: change internal api url --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index ae4fc1e4..9fb3fedc 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NEXT_PUBLIC_API_URL=https://api.hikka.io -API_URL=http://backend:8888 +API_URL=http://backend:8000 SITE_URL=https://hikka.io NEXT_PUBLIC_SITE_URL=https://hikka.io \ No newline at end of file