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

SP-124, BIS-81: enable technologies starting with 'dev-'.

SVN: 25750
parent 70260585
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,8 @@ hibernate.search.maxResults = 100000 ...@@ -68,6 +68,8 @@ hibernate.search.maxResults = 100000
# If 'async', the update of indices will be done in a separate thread. # If 'async', the update of indices will be done in a separate thread.
hibernate.search.worker.execution=async hibernate.search.worker.execution=async
enabled-technologies = dev-.*
# Online Help # Online Help
# #
# Online help is broken into two sections -- generic and specific. Generic help links back to # Online help is broken into two sections -- generic and specific. Generic help links back to
......
...@@ -50,7 +50,8 @@ hibernate.search.batch-size = 1000 ...@@ -50,7 +50,8 @@ hibernate.search.batch-size = 1000
# Maximum number of search results # Maximum number of search results
hibernate.search.maxResults = 100000 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 web-client-configuration-file = etc/web-client.properties
...@@ -58,18 +59,3 @@ dss-based-data-source-provider.data-store-servers = DSS1 ...@@ -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-driver = org.postgresql.Driver
dss-based-data-source-provider.DSS1.database-url = jdbc:postgresql://localhost/proteomics_dev 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}
...@@ -73,7 +73,7 @@ hibernate.search.worker.execution=async ...@@ -73,7 +73,7 @@ hibernate.search.worker.execution=async
# Name of the file that stores Web Client configuration # Name of the file that stores Web Client configuration
web-client-configuration-file = etc/web-client.properties web-client-configuration-file = etc/web-client.properties
enabled-technologies = screening enabled-technologies = screening, dev-.*
# initialize screening meta data for empty data bases # initialize screening meta data for empty data bases
core-plugins-folder=../screening/source/core-plugins core-plugins-folder=../screening/source/core-plugins
......
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