9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
|
|
# 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
|