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

SP-182, Bis-109: missing core_plugins.properties added to dist/server, moving...

SP-182, Bis-109: missing core_plugins.properties added to dist/server, moving core plugins properties from service.properties to core_plugins.properties

SVN: 26659
parent 673c0461
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# folder is matching one of these regular expressions it is enabled. # folder is matching one of these regular expressions it is enabled.
# By default all technologies are disabled. # By default all technologies are disabled.
# #
enabled-technologies = $ENABLED_TECHNOLOGIES #enabled-technologies
# #
# List of comma-separated full core plugin names (or prefixes) of core plugins to be disabled # List of comma-separated full core plugin names (or prefixes) of core plugins to be disabled
......
#
# Properties for enabling/disabling core plugins
#
#
# List of comma-separated regular expressions. If a technology (i.e. module) from the core plugins
# folder is matching one of these regular expressions it is enabled.
# By default all technologies are disabled.
#
enabled-technologies = proteomics
#
# List of comma-separated full core plugin names (or prefixes) of core plugins to be disabled
# even though they are in an enabled technology.
#
#disabled-core-plugins =
\ No newline at end of file
...@@ -50,6 +50,4 @@ hibernate.search.worker.execution=async ...@@ -50,6 +50,4 @@ 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
# Comma-separated list of technologies which are enabled. By default all technologies are disabled.
enabled-technologies = proteomics
#
# Properties for enabling/disabling core plugins
#
#
# List of comma-separated regular expressions. If a technology (i.e. module) from the core plugins
# folder is matching one of these regular expressions it is enabled.
# By default all technologies are disabled.
#
enabled-technologies = screening
#
# List of comma-separated full core plugin names (or prefixes) of core plugins to be disabled
# even though they are in an enabled technology.
#
#disabled-core-plugins =
\ No newline at end of file
...@@ -65,9 +65,6 @@ hibernate.search.worker.execution=async ...@@ -65,9 +65,6 @@ hibernate.search.worker.execution=async
web-client-configuration-file = etc/web-client.properties web-client-configuration-file = etc/web-client.properties
# Comma-separated list of technologies which are enabled. By default all technologies are disabled.
enabled-technologies = screening
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# anonymous login configuration # anonymous login configuration
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
......
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