# For local development (pointing to Docker backend) NEXT_PUBLIC_API_URL=http://localhost:8040 NEXT_PUBLIC_WS_URL=ws://localhost:8040 # For production (behind nginx, same origin — leave empty or omit) # NEXT_PUBLIC_API_URL= # NEXT_PUBLIC_WS_URL=