Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YAML file to configure report system #74

Open
gryckelynck opened this issue Feb 6, 2024 · 0 comments
Open

Add YAML file to configure report system #74

gryckelynck opened this issue Feb 6, 2024 · 0 comments

Comments

@gryckelynck
Copy link
Collaborator

Something like

reports:
  - mode: WMS
    server: https://public.sig.rennesmetropole.fr/geoserver/wms
    disable_ssl_verification: true
    to_file: rennes-report-wms.log
  - mode: WFS
    server: https://public.sig.rennesmetropole.fr/geoserver/wfs
    disable_ssl_verification: true
    to_file: rennes-report-wfs.log
  - mode: CSW
    server: https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/csw
    disable_ssl_verification: false
    to_file: rennes-report-csw.log

with option --configure FILE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant