Files
school_compare/nextjs-app/.env.example
T

9 lines
204 B
Bash
Raw 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