default.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. settings:
  2. - AzureLoraWan:
  3. name: "IoT LoraWan"
  4. provider: "cz.senslog.connector.fetch.azure.ConnectorFetchAzureProvider"
  5. startDate: 2019-07-13T11:37:14.900
  6. limitPerSensor: 60
  7. sensorInfoHost:
  8. domain: "https://iotlorawan.azurewebsites.net"
  9. path: "api/sensors"
  10. sensorDataHost:
  11. domain: "https://iotlorawan.azurewebsites.net"
  12. path: "api/sensordata"
  13. authentication:
  14. host:
  15. domain: "https://iotlorawan.azurewebsites.net"
  16. path: "api/accounts/login"
  17. username: "<username>"
  18. password: "<password>"
  19. refreshPeriodIfFail: 10000
  20. - SenslogV1:
  21. name: "Senslog V1"
  22. provider: "cz.senslog.connector.push.rest.senslog.v1.SenslogV1ConnectorPushProvider"
  23. host:
  24. domain: "http://localhost:8080"
  25. path: "DBService-1.4-SNAPSHOT/FeederServlet"
  26. - SenslogV2:
  27. name: "Senslog V2"
  28. provider: "cz.senslog.connector.push.rest.senslog.v2.SenslogV2ConnectorPushProvider"
  29. connectors:
  30. - AzureSenslogV1:
  31. fetcher: "AzureLoraWan"
  32. pusher: "SenslogV1"
  33. period: 60