-
Notifications
You must be signed in to change notification settings - Fork 383
Expand file tree
/
Copy pathconf_with_2_inputs.xml
More file actions
29 lines (29 loc) · 2.33 KB
/
conf_with_2_inputs.xml
File metadata and controls
29 lines (29 loc) · 2.33 KB
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
<?xml version="1.0" encoding="utf-16"?>
<input xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<server_host>tiny</server_host>
<server_uri>https://127.0.0.1:8089</server_uri>
<checkpoint_dir>/some/dir</checkpoint_dir>
<session_key>123102983109283019283</session_key>
<configuration>
<stanza name="foobar://aaa" app="search">
<param name="param1">value1</param>
<param name="param2">value2</param>
<param name="disabled">0</param>
<param name="index">default</param>
</stanza>
<stanza name="foobar://bbb" app="my_app">
<param name="param1">value11</param>
<param name="param2">value22</param>
<param name="disabled">0</param>
<param name="index">default</param>
<param_list name="multiValue">
<value>value1</value>
<value>value2</value>
</param_list>
<param_list name="multiValue2">
<value>value3</value>
<value>value4</value>
</param_list>
</stanza>
</configuration>
</input>