summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 15018ac0e9..cfd77a88f6 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -483,14 +483,14 @@
%% ----------------------------------------------------------------------------
{rabbitmq_management,
- [%% Pre-Load schema definitions from the following JSON file. See
+ [%% Preload schema definitions from a previously exported definitions file. See
%% http://www.rabbitmq.com/management.html#load-definitions
%%
- %% {load_definitions, "/path/to/schema.json"},
+ %% {load_definitions, "/path/to/exported/definitions.json"},
- %% Log all requests to the management HTTP API to a file.
+ %% Log all requests to the management HTTP API to a directory.
%%
- %% {http_log_dir, "/path/to/access.log"},
+ %% {http_log_dir, "/path/to/rabbitmq/logs/http"},
%% Change the port on which the HTTP listener listens,
%% specifying an interface for the web server to bind to.