Files
generalFunctions/settings/projectSettings.json

14 lines
424 B
JSON
Raw Permalink Normal View History

2025-05-26 17:09:18 +02:00
{
"uuid": "b02b3a50-3f36-4ab0-9479-84de2fca9cb1",
"locationId": "1",
"configUrls": {
"cloud": {
"units": "https://example.com/api/units",
"taggcodeAPI": "https://pimmoerman.nl/rdlab/tagcode.app/v2.1/apiBLAH"
},
"local": {
2025-09-22 16:02:04 +02:00
"units": "http://localhost:1880/generalFunctions/datasets/unitData.json",
"taggcodeAPI": "http://localhost:1880/generalFunctions/datasets/assetData"
2025-05-26 17:09:18 +02:00
}
}
}