Files
freelancer-match/frontend/.env.local
T

7 lines
199 B
Bash

# LocalPro Finder — Frontend .env
NEXT_PUBLIC_API_URL="http://localhost:8000/api/v1"
NEXT_PUBLIC_WS_URL="ws://localhost:8000/ws"
NEXT_PUBLIC_APP_NAME="LocalPro Finder"
NEXT_PUBLIC_VERSION="1.0.0"