From 0bdf29bb206daf0696065c7225fa1054075bc7b5 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Mon, 21 Dec 2020 12:31:21 +0530 Subject: [PATCH] Add sample config --- sample.config.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sample.config.py diff --git a/sample.config.py b/sample.config.py new file mode 100644 index 0000000..8b3870f --- /dev/null +++ b/sample.config.py @@ -0,0 +1,2 @@ +OSD_URL = "http://localhost:5050/send/" +CAR_API_URL = "http://localhost:5000/all/"