-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathsystem.xml
executable file
·230 lines (230 loc) · 16.2 KB
/
system.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<section id="enqueue" translate="label" sortOrder="130" showInDefault="1" showInWebsite="0" showInStore="0">
<class>separator-top</class>
<label>Enqueue</label>
<tab>general</tab>
<resource>Enqueue_Enqueue::configuration</resource>
<group id="transport" translate="label" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Transport</label>
<field id="default" translate="label comment" type="select" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Default</label>
<source_model>Enqueue\Magento2\Model\Config\Source\Transport</source_model>
</field>
</group>
<group id="client" translate="label" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Client</label>
<field id="prefix" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Prefix</label>
</field>
<field id="app_name" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
<label>App name</label>
</field>
<field id="router_topic" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Router topic</label>
</field>
<field id="router_queue" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Router queue</label>
</field>
<field id="default_processor_queue" translate="label comment" type="text" sortOrder="50" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Default Processor Queue</label>
</field>
<field id="redelivered_delay_time" translate="label comment" type="text" sortOrder="60" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Redelivered Delay Time</label>
<validate>validate-number</validate>
</field>
</group>
<group id="rabbitmq_amqp" translate="label" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
<label>RabbitMQ AMQP</label>
<field id="host" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Host</label>
</field>
<field id="port" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Port</label>
<validate>validate-number</validate>
</field>
<field id="user" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>User</label>
</field>
<field id="pass" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Password</label>
</field>
<field id="vhost" translate="label comment" type="text" sortOrder="50" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Virtual Host</label>
</field>
<field id="lazy" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Lazy Connection</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment>Connection will be performed as later as possible.</comment>
</field>
</group>
<group id="amqp" translate="label" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>AMQP</label>
<field id="host" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Host</label>
</field>
<field id="port" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Port</label>
<validate>validate-number</validate>
</field>
<field id="user" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>User</label>
</field>
<field id="pass" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Password</label>
</field>
<field id="vhost" translate="label comment" type="text" sortOrder="50" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Virtual Host</label>
</field>
<field id="lazy" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Lazy Connection</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment>Connection will be performed as later as possible.</comment>
</field>
</group>
<group id="stomp" translate="label" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>STOMP</label>
<field id="host" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Host</label>
</field>
<field id="port" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Port</label>
<validate>validate-number</validate>
</field>
<field id="login" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Login</label>
</field>
<field id="password" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Password</label>
</field>
<field id="vhost" translate="label comment" type="text" sortOrder="50" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Virtual Host</label>
</field>
<field id="lazy" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Lazy Connection</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment>Connection will be performed as later as possible.</comment>
</field>
</group>
<group id="rabbitmq_stomp" translate="label" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
<label>RabbitMQ STOMP</label>
<field id="host" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Host</label>
</field>
<field id="port" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Port</label>
<validate>validate-number</validate>
</field>
<field id="login" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Login</label>
</field>
<field id="password" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Password</label>
</field>
<field id="vhost" translate="label comment" type="text" sortOrder="50" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Virtual Host</label>
</field>
<field id="lazy" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Lazy Connection</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment>Connection will be performed as later as possible.</comment>
</field>
<field id="delay_plugin_installed" translate="label comment" type="select" sortOrder="70" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Delay plugin installed</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="management_plugin_installed" translate="label comment" type="select" sortOrder="80" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Management plugin installed</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="management_plugin_port" translate="label comment" type="text" sortOrder="90" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Management plugin port</label>
<validate>validate-number</validate>
</field>
</group>
<group id="fs" translate="label" sortOrder="50" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Filesystem</label>
<comment><![CDATA[<strong style="color:orange">Note!</strong> <strong>Client:Router Topic</strong> and <strong>Client:Router Queue</strong> must be equal for this transport.]]></comment>
<field id="store_dir" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Store directory</label>
<comment>The store directory where all queue\topics files will be created and messages are stored</comment>
</field>
<field id="pre_fetch_count" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
<label>SPre fetch count</label>
<comment>The option tells how many messages should be read from file at once. The feature saves resources but could lead to bigger messages lose.</comment>
<validate>validate-number</validate>
</field>
<field id="chmod" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Filesystem permissions</label>
<comment>The queue files are created with this given permissions if not exist.</comment>
<validate>validate-number</validate>
</field>
</group>
<group id="sqs" translate="label" sortOrder="60" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Amazon AWS SQS</label>
<field id="key" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Key</label>
</field>
<field id="secret" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Secret</label>
</field>
<field id="token" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Token</label>
</field>
<field id="region" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Region</label>
</field>
<field id="retries" translate="label comment" type="text" sortOrder="50" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Retries</label>
<comment>Configures the maximum number of allowed retries for a client (pass 0 to disable retries)</comment>
<validate>validate-number</validate>
</field>
<field id="lazy" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Lazy Connection</label>
<comment>Connection will be performed as later as possible.</comment>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
</group>
<group id="redis" translate="label" sortOrder="70" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Redis</label>
<field id="host" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Host</label>
</field>
<field id="port" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Port</label>
<validate>validate-number</validate>
</field>
<field id="vendor" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Vendor</label>
<source_model>Enqueue\Magento2\Model\Config\Source\Redis\Vendor</source_model>
</field>
<field id="lazy" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Lazy Connection</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment>Connection will be performed as later as possible.</comment>
</field>
</group>
<group id="dbal" translate="label" sortOrder="80" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Doctrine DBAL</label>
<field id="url" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Connection URL</label>
<comment><![CDATA[<a target="_blank" href="http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url">Connecting using a URL</a> Example: mysql://user:password@host:port/dbname?charset=UTF8]]></comment>
</field>
<field id="table_name" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Table name</label>
</field>
<field id="polling_interval" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Polling interval</label>
<validate>validate-number</validate>
</field>
<field id="lazy" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Lazy Connection</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment>Connection will be performed as later as possible.</comment>
</field>
</group>
</section>
</system>
</config>