···44# API Configuration
55#
66# NEXT_PUBLIC_API_URL -- used by the browser for client-side API requests.
77-# Local dev: set to the API server URL (e.g., http://localhost:3100)
77+# Local dev: set to the API server URL (e.g., http://localhost:3000)
88# Production (behind Caddy): leave unset -- relative URLs are routed by the reverse proxy
99#
1010# API_INTERNAL_URL -- used by Next.js SSR for server-side API requests.
1111-# Local dev: set to the API server URL (e.g., http://localhost:3100)
1111+# Local dev: set to the API server URL (e.g., http://localhost:3000)
1212# Docker: set to Docker service name (e.g., http://barazo-api:3000)
1313#
1414-NEXT_PUBLIC_API_URL=http://localhost:3100
1515-API_INTERNAL_URL=http://localhost:3100
1414+NEXT_PUBLIC_API_URL=http://localhost:3000
1515+API_INTERNAL_URL=http://localhost:3000
16161717# Application
1818NEXT_PUBLIC_APP_NAME=Barazo