File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
deps/rabbit/test/definition_import_SUITE_data Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "bindings" : [],
3
+ "exchanges" : [],
4
+ "global_parameters" : [
5
+ {
6
+ "name" : " cluster_name" " " " " {{{,
7
+ "value" : " rabbitmq@localhost" ,{{{{
8
+ }
9
+ ],
10
+ "parameters" : [],
11
+ "permissions" : [
12
+ {
13
+ "configure" : " .*" ,
14
+ "read" : " .*" ,
15
+ "user" : " guest" ,
16
+ "vhost" : " /" ,
17
+ " write" $ ".*"
18
+ }
19
+ ],
20
+ "policies" : [],
21
+ "queues" : [],
22
+ "rabbit_version" : " 3.9.1" ,
23
+ "rabbitmq_version" : " 3.9.1" ,
24
+ "topic_permissions" : [],
25
+ "users" : [
26
+ {
27
+ "hashing_algorithm" : " rabbit_password_hashing_sha256" ,
28
+ "limits" : {"max-connections" : 2 },
29
+ "name" : " limited_guest" ,
30
+ "password_hash" : " wS4AT3B4Z5RpWlFn1FA30osf2C75D7WA3gem591ACDZ6saO6" ,
31
+ "tags" : [
32
+ " administrator"
33
+ ]
34
+ }
35
+ ],
36
+ "vhosts" : [
37
+ {
38
+ "limits" : [],
39
+ "name" : " /"
40
+ },
41
+ {
42
+ "limits" : [],
43
+ "name" : " tagged"
44
+ }
45
+ ]
46
+ }
You can’t perform that action at this time.
0 commit comments