test_valid_config.yaml 636 B

1234567891011121314151617181920212223242526
  1. feMainDomain: &fetcherApiDomain
  2. domain: "<fetcher_api_domain>"
  3. puMainDomain: &pusherApiDomain
  4. domain: "<pusher_api_domain>"
  5. settings:
  6. - FetchProviderId:
  7. name: "<name>"
  8. provider: "cz.senslog.connector.app.config.TestFetchProviderClass"
  9. host:
  10. <<: *fetcherApiDomain
  11. path: "<path>"
  12. - PushProviderId:
  13. name: "<name>"
  14. provider: "cz.senslog.connector.app.config.TestPushProviderClass"
  15. host:
  16. <<: *pusherApiDomain
  17. path: "<path>"
  18. connectors:
  19. - ConnectorName:
  20. fetcher: "FetchProviderId"
  21. pusher: "PushProviderId"
  22. period: 1