config: Rename API_BASE_URL to NEXT_PUBLIC_API_URL and update its default port.

This commit is contained in:
Yusuf İpek
2025-11-24 09:37:47 +03:00
parent cf2e62cf73
commit 315eb2c0ea
+1 -1
View File
@@ -10,7 +10,7 @@ NEXTAUTH_URL=http://localhost:3002
NEXTAUTH_SECRET=your_secret_here NEXTAUTH_SECRET=your_secret_here
# API Configuration # API Configuration
API_BASE_URL=http://localhost:3000/api NEXT_PUBLIC_API_URL=http://localhost:3002/api
# GitHub Token (for Winget package fetching) # GitHub Token (for Winget package fetching)
# Get token from: https://github.com/settings/tokens # Get token from: https://github.com/settings/tokens