summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-11-12 04:12:55 +0300
committerMichael Klishin <mklishin@pivotal.io>2019-11-12 04:12:55 +0300
commit723e032d25cc2e2d5ef16cd53279b386b3035760 (patch)
tree6d3731a9da5967ffa5c733b7d17192ecd334e0e2 /Makefile
parent2aa2f78104aa129b49595c2dd07b4e7e6a7b53cc (diff)
downloadrabbitmq-server-git-723e032d25cc2e2d5ef16cd53279b386b3035760.tar.gz
Support pluginless definition import in config schema
management.load_definitions is still there but being superseded with just load_definitions = /path/to/definitions/file.json Part of rabbitmq/rabbitmq-management#749.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8be6e59816..651e09b1b3 100644
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,8 @@ define PROJECT_ENV
%% used by rabbit_peer_discovery_classic_config
{cluster_nodes, {[], disc}},
+ %% matches original default in rabbitmq-management.
+ %% See rabbitmq/rabbitmq-management#749
{load_definitions, none},
{config_entry_decoder, [{passphrase, undefined}]},