6 lines
235 B
Bash
6 lines
235 B
Bash
# API Base URL for backend services
|
|
# For production deployment, set this to your backend API URL
|
|
# Example: EXTERNAL_URL=https://api.yourdomain.com
|
|
# Example: EXTERNAL_URL=http://your-server-ip:8080
|
|
EXTERNAL_URL=http://localhost:8080
|