DEV Community

Rahul
Rahul

Posted on

.env.local.example

VITE_API_URL=http://127.0.0.1:8000
# Header name only. Never place the ADMIN_API_KEY password in this frontend file.
VITE_ADMIN_AUTH_HEADER=X-Admin-Key

Enter fullscreen mode Exit fullscreen mode

Top comments (0)