mirror of
https://github.com/yusufipk/RepoHub.git
synced 2026-09-11 10:36:07 +00:00
config: Rename API_BASE_URL to NEXT_PUBLIC_API_URL and update its default port.
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user