summaryrefslogtreecommitdiff
path: root/schema/rabbitmq.stomp.schema
diff options
context:
space:
mode:
authorDaniil Fedotov <dfedotov@pivotal.io>2016-02-01 14:27:56 +0000
committerDaniil Fedotov <dfedotov@pivotal.io>2016-02-01 14:27:56 +0000
commit2e5378682cba8feac4d60d3c4abed91eee22d43e (patch)
tree67fd7e3d04dfbfea6b56264682f9c8e2718c8be2 /schema/rabbitmq.stomp.schema
parent423ab9d519503ecf8c670860da4f104a90a3285e (diff)
downloadrabbitmq-server-git-2e5378682cba8feac4d60d3c4abed91eee22d43e.tar.gz
Auth backends. conf.example file
Diffstat (limited to 'schema/rabbitmq.stomp.schema')
-rw-r--r--schema/rabbitmq.stomp.schema10
1 files changed, 2 insertions, 8 deletions
diff --git a/schema/rabbitmq.stomp.schema b/schema/rabbitmq.stomp.schema
index 5b40a9661a..e7f726dd17 100644
--- a/schema/rabbitmq.stomp.schema
+++ b/schema/rabbitmq.stomp.schema
@@ -12,9 +12,7 @@
% %% {"::1", 61613}]},
{mapping, "stomp.listener.tcp.$name", "rabbitmq_stomp.tcp_listeners",[
- {default, 61613},
- {datatype, [integer, ip]},
- {include_default, "all"}
+ {datatype, [integer, ip]}
]}.
{translation, "rabbitmq_stomp.tcp_listeners",
@@ -24,9 +22,7 @@ fun(Conf) ->
end}.
{mapping, "stomp.listener.ssl.$name", "rabbitmq_stomp.ssl_listeners",[
- {default, 61614},
- {datatype, [integer, ip]},
- {include_default, "all"}
+ {datatype, [integer, ip]}
]}.
{translation, "rabbitmq_stomp.ssl_listeners",
@@ -42,12 +38,10 @@ end}.
% %% {num_ssl_acceptors, 1},
{mapping, "stomp.num_acceptors.ssl", "rabbitmq_stomp.num_ssl_acceptors", [
- {default, 1},
{datatype, integer}
]}.
{mapping, "stomp.num_acceptors.tcp", "rabbitmq_stomp.num_tcp_acceptors", [
- {default, 10},
{datatype, integer}
]}.