EOX GitLab Instance

Skip to content
Snippets Groups Projects

Registration routes

Merged Fabian Schindler-Strauss requested to merge routes into main
2 unresolved threads
Files
3
@@ -7,21 +7,21 @@ routes:
replace: true
backends:
- path: registrar.backend.eoxserver.ItemBackend
kwargs:
kwargs: {}
collections:
path: registrar.route.stac.CollectionRoute
queue: register-collections
backends:
- path: registrar.backend.eoxserver.CollectionBackend
kwargs:
kwargs: {}
path:
pyth: registrar.route.path.PathRoute
path: registrar.route.path.PathRoute
queue: register-paths
backends:
- path: some.path.backend
kwargs:
kwargs: {}
application:
@@ -33,4 +33,7 @@ routes:
- path: registrar_pycsw.backend.CWLBackend
sources:
...
\ No newline at end of file
- name: mylocal
type: local
kwargs:
root_directory: /mnt/data/
Loading