Files

9 lines
204 B
Bash
Raw Permalink Normal View History

# API Configuration
NEXT_PUBLIC_API_URL=http://localhost:8000/api
# Production API URL (for deployment)
# NEXT_PUBLIC_API_URL=https://api.schoolcompare.co.uk/api
# Node Environment
NODE_ENV=development