# API Backend Configuration # Set this to the base URL where the API service is running # Local development API_BASE_URL=http://localhost:8001 # Production # API_BASE_URL=https://commandware.it/api # Other examples # API_BASE_URL=http://api:8001 # API_BASE_URL=http://192.168.1.100:8001