Compare commits

...

2 Commits

Author SHA1 Message Date
Ceda EI 7a7f3591d2 Update gitignore 2020-12-21 12:31:41 +05:30
Ceda EI 0bdf29bb20 Add sample config 2020-12-21 12:31:21 +05:30
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -129,3 +129,4 @@ dmypy.json
# Pyre type checker
.pyre/
config.py

2
sample.config.py Normal file
View File

@ -0,0 +1,2 @@
OSD_URL = "http://localhost:5050/send/"
CAR_API_URL = "http://localhost:5000/all/"