const WS_BASE = "http://localhost:5050/"; const TG_API = "xxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxx"; const TG_USERID = 123456789; const CAR_API = "http://localhost:5000/"; const CAMERA_URL = "http://path.to/still/image.jpg"; const MAPS_API = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; const LIGHTS_URL = "http://192.168.1.50:5000/"; export { WS_BASE, TG_API, TG_USERID, CAR_API, CAMERA_URL, MAPS_API, LIGHTS_URL };