🐛 fix: proxy requests through the web origin

This commit is contained in:
2026-08-13 02:19:14 +07:00
parent 1742f7321d
commit 83e52af412
7 changed files with 34 additions and 13 deletions
+2 -2
View File
@@ -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"