diff --git a/openbis_standard_technologies/dist/etc/service.properties b/openbis_standard_technologies/dist/etc/service.properties index b3edbc97bba8d5a7cbe431f8d6c0dbf04b414d63..15f346b37c608149a37b691c906aab2f63ddc48b 100644 --- a/openbis_standard_technologies/dist/etc/service.properties +++ b/openbis_standard_technologies/dist/etc/service.properties @@ -131,6 +131,16 @@ path-info-db-consistency-check.label = Path Info DB consistency check path-info-db-consistency-check.dataset-types = .* path-info-db-consistency-check.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.DataSetAndPathInfoDBConsistencyCheckProcessingPlugin +# --------------------------------------------------------------------------- +# plugin services configuration +# --------------------------------------------------------------------------- + +# Comma separated names of plugin services. These are servlets that extend the functionality of the DSS +plugin-services = graph-service + +graph-service.class = ch.systemsx.cisd.openbis.dss.generic.server.DynamicFileTabularDataGraphServlet +graph-service.path = /graphservice/* + # --------------------------------------------------------------------------- # Archiver configuration (optional) # ---------------------------------------------------------------------------