config.py
Go to the documentation of this file.
1 #!/usr/bin/env python3
2 
3 import os, pymongo
4 
5 #============ Storage ============#
6 PATH = os.path.expanduser('~')+'/tempData/'
7 
8 #============ Mongo ============#
9 ROBOT_NAME = 'Tello_01'
10 DATALAKE = "CeDRI_TelloEdu"
11 DATASOURCE = "CeDRI_robots"
12 CLIENT = pymongo.MongoClient('mongodb://192.168.217.183:27017/',
13  connectTimeoutMS = 500,
14  serverSelectionTimeoutMS = 1000,
15  socketTimeoutMS = 500)


cedri_node_monitoring
Author(s): Andre Luis Frana
autogenerated on Sat Jul 1 2023 02:34:25