6 lines
156 B
Bash
6 lines
156 B
Bash
# Admin Panel Environment Variables
|
|
# Copy this file to .env for local development
|
|
|
|
# Backend URL for API calls
|
|
REACT_APP_BACKEND_URL=http://localhost:9000
|