settings: - SenslogV1: name: "Senslog V1" provider: "cz.senslog.connector.push.rest.senslog.v1.SenslogV1ConnectorPushProvider" host: domain: "http://localhost:9080" path: "/FeederServlet" - Fieldclimate: name: "FieldClimate: Pessl Instruments" provider: "cz.senslog.connector.fetch.fieldclimate.ConnectorFetchFieldClimateProvider" startDate: 2019-03-07T00:00:00.000 <<: &apiDomain domain: "https://api.fieldclimate.com/v1" authentication: publicKey: "3737ed4fe98fae975e54991216ed473c8d7db48662deff19" privateKey: "ed2e4abacdaad1d542eeabcec4ee4f6c8fbf3b8bb167b84b" stationsHost: <<: *apiDomain path: "/user/stations" stationDataHost: <<: *apiDomain path: "/data/normal/{station_id}/raw/from/{from}/to/{to}" stationTimeRangeHost: <<: *apiDomain path: "/data/{station_id}" connectors: - FieldclimateToV1: fetcher: "Fieldclimate" pusher: "SenslogV1" period: 3000 initDelay: 5