You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sensorCommunityAPI/example.config.json

12 lines
226 B
JSON

{
"storePath": "./data/",
"apiURL": "https://data.sensor.community/airrohr/v1/sensor/35943/",
"interval": 150,
"dbConfig": {
"db": "",
"pw": "",
"user": "",
"port": 3306,
"server": "localhost"
}
}