File tree Expand file tree Collapse file tree 1 file changed +58
-0
lines changed
deps/rabbit/test/definition_import_SUITE_data Expand file tree Collapse file tree 1 file changed +58
-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" : {},
29
+ "name" : " guest" ,
30
+ "password_hash" : " wS4AT3B4Z5RpWlFn1FA30osf2C75D7WA3gem591ACDZ6saO6" ,
31
+ "tags" : [
32
+ " administrator"
33
+ ]
34
+ }
35
+ ],
36
+ "vhosts" : [
37
+ {
38
+ "limits" : [],
39
+ "metadata" : {
40
+ "description" : " Default virtual host" ,
41
+ "tags" : []
42
+ },
43
+ "name" : " /"
44
+ },
45
+ {
46
+ "limits" : [],
47
+ "metadata" : {
48
+ "description" : " A case16 description" ,
49
+ "tags" : [
50
+ " multi_dc_replication" ,
51
+ " ab" ,
52
+ " cde"
53
+ ]
54
+ },
55
+ "name" : " tagged"
56
+ }
57
+ ]
58
+ }
You can’t perform that action at this time.
0 commit comments