diff --git a/openbis_standard_technologies/dist/server/core_plugins.properties b/openbis_standard_technologies/dist/server/core_plugins.properties new file mode 100644 index 0000000000000000000000000000000000000000..baaa126f58300a27f6d09b108aff1f0bffdd6a7d --- /dev/null +++ b/openbis_standard_technologies/dist/server/core_plugins.properties @@ -0,0 +1,16 @@ +# +# 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 = $ENABLED_TECHNOLOGIES + +# +# 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