mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 10:49:21 +00:00
🐛 fix: proxy requests through the web origin
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ DATABASE_URL="postgresql://user:password@localhost:5432/minikura"
|
||||
# URL where the web frontend is running (used for CORS)
|
||||
WEB_URL="http://localhost:3001"
|
||||
|
||||
# API URL that the web frontend should connect to
|
||||
NEXT_PUBLIC_API_URL="http://localhost:3000"
|
||||
# Internal API URL used by the Next.js server and same-origin browser proxy
|
||||
API_URL="http://localhost:3000"
|
||||
|
||||
# Kubernetes Configuration
|
||||
KUBERNETES_NAMESPACE="minikura"
|
||||
|
||||
Reference in New Issue
Block a user