OSD-Frontend/src/sample.config.js

10 lines
408 B
JavaScript
Raw Normal View History

2020-12-21 10:34:30 +01:00
const WS_BASE = "http://localhost:5050/";
const TG_API = "xxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxx";
const TG_USERID = 123456789;
const CAR_API = "http://localhost:5000/";
2021-01-04 07:48:38 +01:00
const CAMERA_URL = "http://path.to/still/image.jpg";
2021-01-04 10:24:45 +01:00
const MAPS_API = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
2021-01-05 17:58:57 +01:00
const LIGHTS_URL = "http://192.168.1.50:5000/";
2020-12-21 10:34:30 +01:00
2021-01-05 17:58:57 +01:00
export { WS_BASE, TG_API, TG_USERID, CAR_API, CAMERA_URL, MAPS_API, LIGHTS_URL };