-
Notifications
You must be signed in to change notification settings - Fork 400
Expand file tree
/
Copy pathconsoleConfig.xml
More file actions
executable file
·42 lines (38 loc) · 1.54 KB
/
consoleConfig.xml
File metadata and controls
executable file
·42 lines (38 loc) · 1.54 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
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<globalConfig xmlns="http://zstack.org/schema/zstack">
<config>
<category>console</category>
<name>proxy.idleTimeout</name>
<description>The max time an idle console proxy process waits before exiting, in seconds</description>
<defaultValue>60</defaultValue>
<type>java.lang.Integer</type>
</config>
<config>
<category>console</category>
<name>proxy.tls.version</name>
<description>The tls version proxy to use</description>
<defaultValue>NONE</defaultValue>
<type>java.lang.String</type>
</config>
<config>
<category>console</category>
<name>agent.ping.interval</name>
<description>The interval to ping console proxy agents, in seconds</description>
<defaultValue>60</defaultValue>
<type>java.lang.Integer</type>
</config>
<config>
<category>console</category>
<name>vnc.token.timeout</name>
<description>Timeout of VNC token, in seconds</description>
<defaultValue>1800</defaultValue>
<type>java.lang.Integer</type>
</config>
<config>
<category>console</category>
<name>vnc.allow.ports</name>
<description>tcp or udp ports allowed by vnc, udp port start with 'u' like 'u67', port range can be like this: 1100:1200, multiple port or port range can be separated by ”,“</description>
<defaultValue>{consoleProxyPort},4901</defaultValue>
<type>java.lang.String</type>
</config>
</globalConfig>