From 315eb2c0eade1874cd810c763064f5399946b55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0pek?= Date: Mon, 24 Nov 2025 09:37:47 +0300 Subject: [PATCH] config: Rename `API_BASE_URL` to `NEXT_PUBLIC_API_URL` and update its default port. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 51f7d7a..7bb4572 100644 --- a/.env.example +++ b/.env.example @@ -10,7 +10,7 @@ NEXTAUTH_URL=http://localhost:3002 NEXTAUTH_SECRET=your_secret_here # API Configuration -API_BASE_URL=http://localhost:3000/api +NEXT_PUBLIC_API_URL=http://localhost:3002/api # GitHub Token (for Winget package fetching) # Get token from: https://github.com/settings/tokens