Files
shihaam c6015e27a6
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 33s
rewrite
2026-08-02 19:58:39 +05:00

5 lines
241 B
Bash

# API base for the browser → Django.
# Dev: http://localhost:8000/ (docker compose maps host :8000 → backend:5000)
# Prod: leave empty for same-origin (nginx proxies /api, /callback, /auth to Django)
VITE_API_URL=http://localhost:8000/