vue-fastapi/.env

3 lines
98 B
Bash

VITE_HOST="127.0.0.1"
VITE_API_URL="http://$VITE_HOST:8000"
VITE_APP_URL="http://$VITE_HOST:5173"