diff --git a/openbis/source/java/service.properties b/openbis/source/java/service.properties index 67051ab436149f860f0e9f6db86b9b4782477deb..59d485c04b8a8f548d50b0833d1c97953da956fe 100644 --- a/openbis/source/java/service.properties +++ b/openbis/source/java/service.properties @@ -68,6 +68,8 @@ hibernate.search.maxResults = 100000 # If 'async', the update of indices will be done in a separate thread. hibernate.search.worker.execution=async +enabled-technologies = dev-.* + # Online Help # # Online help is broken into two sections -- generic and specific. Generic help links back to diff --git a/rtd_phosphonetx/source/java/service.properties b/rtd_phosphonetx/source/java/service.properties index 38f53998a33c95412b2dfb8144f4dd81763cb3ce..cb33bf543e922b04120190fba2aaf133872963f3 100644 --- a/rtd_phosphonetx/source/java/service.properties +++ b/rtd_phosphonetx/source/java/service.properties @@ -50,7 +50,8 @@ hibernate.search.batch-size = 1000 # Maximum number of search results hibernate.search.maxResults = 100000 -enabled-technologies = proteomics +enabled-technologies = proteomics, dev-.* +core-plugins-folder = source/core-plugins web-client-configuration-file = etc/web-client.properties @@ -58,18 +59,3 @@ dss-based-data-source-provider.data-store-servers = DSS1 dss-based-data-source-provider.DSS1.database-driver = org.postgresql.Driver dss-based-data-source-provider.DSS1.database-url = jdbc:postgresql://localhost/proteomics_dev - -# Database Configurations for Query module -query-databases = 1, 2 - -1.label = openBIS meta data -1.data-space = CISD -1.database-driver = org.postgresql.Driver -1.database-url = jdbc:postgresql://localhost/openbis_${database.kind} -#1.database-username = -#1.database-pasword = - -2.label = Protein Data -2.creator-minimal-role = SPACE_USER -2.database-driver = org.postgresql.Driver -2.database-url = ${dss-based-data-source-provider.DSS1.database-url} diff --git a/screening/source/java/service.properties b/screening/source/java/service.properties index aad532b0f498b1d65440f7de211632eaea5b72b0..83e817efbf9b4ac8e69a924a344485a13fa2a047 100644 --- a/screening/source/java/service.properties +++ b/screening/source/java/service.properties @@ -73,7 +73,7 @@ hibernate.search.worker.execution=async # Name of the file that stores Web Client configuration web-client-configuration-file = etc/web-client.properties -enabled-technologies = screening +enabled-technologies = screening, dev-.* # initialize screening meta data for empty data bases core-plugins-folder=../screening/source/core-plugins