diff --git a/datastore_server/dist/etc/core_plugins.properties b/datastore_server/dist/etc/core_plugins.properties new file mode 100644 index 0000000000000000000000000000000000000000..8aa4355947edb96a5383b4b0993b1c994c7e886b --- /dev/null +++ b/datastore_server/dist/etc/core_plugins.properties @@ -0,0 +1,15 @@ +# +# 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. +# +#enabled-technologies = proteomics, dev-.* + +# +# 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 = proteomics:reporting-plugins \ No newline at end of file