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