Skip to content
Snippets Groups Projects
Commit d067a6d2 authored by felmer's avatar felmer
Browse files

SSDM-7857: Introduce version 2 of core-plugins openbis-syn

parent dece91df
No related branches found
No related tags found
No related merge requests found
class = ch.systemsx.cisd.openbis.dss.generic.server.oaipmh.OaipmhServlet class = ch.systemsx.cisd.openbis.dss.generic.server.oaipmh.OaipmhServlet
path = /datastore_server/re-sync/* path = /datastore_server/re-sync/*
request-handler = ch.ethz.sis.openbis.generic.server.dss.plugins.sync.datasource.DataSourceRequestHandler request-handler = ch.ethz.sis.openbis.generic.server.dss.plugins.sync.datasource.ResourceSyncRequestHandler
request-handler.script-path = data-source-servlet.py request-handler.script-path = data-source-servlet.py
request-handler.published-spaces = ${published-spaces} request-handler.published-spaces = ${published-spaces}
request-handler.temp-dir = ${root-dir}/sync request-handler.temp-dir = ${root-dir}/sync
......
#
# Data source used to determine which entities have been deleted
#
databaseEngineCode = postgresql
basicDatabaseName = openbis
# This needs to match the databaseKind in the openBIS service.properties
databaseKind = ${database.kind:prod}
class = ch.systemsx.cisd.openbis.dss.generic.server.oaipmh.OaipmhServlet
path = /datastore_server/re-sync/*
request-handler = ch.ethz.sis.openbis.generic.server.dss.plugins.sync.datasource.DataSourceRequestHandler
request-handler.server-url = ${server-url}/openbis
request-handler.download-url = ${download-url}
authentication-handler = ch.systemsx.cisd.openbis.dss.generic.server.oaipmh.BasicHttpAuthenticationHandler
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment