|
# API Configuration
|
|
# For local development
|
|
REACT_APP_API_URL=http://localhost:5000
|
|
|
|
# For production, use your actual backend URL
|
|
# REACT_APP_API_URL=https://api.yourdomain.com
|
|
|
|
# Admin path (optional, defaults to /verwaltung)
|
|
# REACT_APP_ADMIN_PATH=/verwaltung
|