EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Data Handling
core
Commits
b43ebe7c
Commit
b43ebe7c
authored
2 years ago
by
Fabian Schindler
Browse files
Options
Downloads
Patches
Plain Diff
Adding configuration example
parent
d47f4a3c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!15
Registration routes
Pipeline
#26261
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
registrar/config-sample.yaml
+36
-0
36 additions, 0 deletions
registrar/config-sample.yaml
with
36 additions
and
0 deletions
registrar/config.yaml
→
registrar/config
-sample
.yaml
+
36
−
0
View file @
b43ebe7c
routes
:
items
:
type
:
STAC-Item
path
:
registrar.route.stac.ItemRoute
queue
:
register
success_queue
:
seed
error_queue
:
error
replace
:
true
backends
:
-
path
:
registrar.backend.eoxserver.
EOxServer
ItemBackend
-
path
:
registrar.backend.eoxserver.ItemBackend
kwargs
:
handlers
:
pre
:
post
:
error
:
collections
:
type
:
STAC-
Collection
path
:
registrar.route.stac.
Collection
Route
queue
:
register-collections
backends
:
-
path
:
registrar.backend.eoxserver.
EOxServer
CollectionBackend
-
path
:
registrar.backend.eoxserver.CollectionBackend
kwargs
:
handlers
:
pre
:
post
:
error
:
path
:
type
:
path
pyth
:
registrar.route.path.PathRoute
queue
:
register-paths
backends
:
-
path
:
some.path.backend
kwargs
:
handlers
:
pre
:
post
:
error
:
application
:
path
:
registrar.route.path.JSONRoute
queue
:
register-applications
kwargs
:
href_field
:
"
href"
backends
:
-
path
:
registrar_pycsw.backend.CWLBackend
sources
:
...
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment