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"; export { WS_BASE, TG_API, TG_USERID, CAR_API, CAMERA_URL, MAPS_API };