-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathdefault.config.xml
63 lines (63 loc) · 2.71 KB
/
default.config.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
<?xml version="1.0" encoding="utf-8" ?>
<ApplicationSettings>
<XmdsResetTimeout>900</XmdsResetTimeout>
<SizeX>0</SizeX>
<SizeY>0</SizeY>
<OffsetX>0</OffsetX>
<OffsetY>0</OffsetY>
<EmptyLayoutDuration>10</EmptyLayoutDuration>
<EnableExpiredFileDeletion>true</EnableExpiredFileDeletion>
<LibraryAgentInterval>2</LibraryAgentInterval>
<ScheduleFile>schedule.xml</ScheduleFile>
<LogLocation>log.xml</LogLocation>
<CacheManagerFile>cacheManager.xml</CacheManagerFile>
<RequiredFilesFile>requiredFiles.xml</RequiredFilesFile>
<VideoRenderingEngine>WindowsMediaPlayer</VideoRenderingEngine>
<LibraryPath>DEFAULT</LibraryPath>
<ServerKey>yourserverkey</ServerKey>
<DisplayName>COMPUTERNAME</DisplayName>
<ServerUri></ServerUri>
<ProxyUser></ProxyUser>
<ProxyPassword></ProxyPassword>
<ProxyDomain></ProxyDomain>
<ProxyPort></ProxyPort>
<BlackListLocation>blacklist.xml</BlackListLocation>
<HardwareKey></HardwareKey>
<LogLevel>error</LogLevel>
<SplashOverride></SplashOverride>
<ShellCommandAllowList></ShellCommandAllowList>
<LogToDiskLocation></LogToDiskLocation>
<CursorStartPosition>Bottom Right</CursorStartPosition>
<ClientInformationKeyCode>I</ClientInformationKeyCode>
<Licensed>0</Licensed>
<StatsFlushCount>10</StatsFlushCount>
<CollectInterval>900</CollectInterval>
<MaxConcurrentDownloads>5</MaxConcurrentDownloads>
<MaxLogFileUploads>5</MaxLogFileUploads>
<PowerpointEnabled>false</PowerpointEnabled>
<StatsEnabled>true</StatsEnabled>
<ExpireModifiedLayouts>true</ExpireModifiedLayouts>
<EnableMouse>false</EnableMouse>
<DoubleBuffering>true</DoubleBuffering>
<EnableShellCommands>false</EnableShellCommands>
<ShowInTaskbar>true</ShowInTaskbar>
<ClientInfomationCtrlKey>false</ClientInfomationCtrlKey>
<XmdsLastConnection>0001-01-01T00:00:00</XmdsLastConnection>
<UseCefWebBrowser>false</UseCefWebBrowser>
<SendCurrentLayoutAsStatusUpdate>false</SendCurrentLayoutAsStatusUpdate>
<ScreenShotRequestInterval>0</ScreenShotRequestInterval>
<DownloadStartWindow></DownloadStartWindow>
<DownloadEndWindow></DownloadEndWindow>
<PreventSleep>1</PreventSleep>
<XmrNetworkAddress></XmrNetworkAddress>
<EmbeddedServerPort>9696</EmbeddedServerPort>
<EmbeddedServerAllowWan>false</EmbeddedServerAllowWan>
<ScreenShotSize>0</ScreenShotSize>
<FallbackToEdge>false</FallbackToEdge>
<FallbackToInternetExplorer>false</FallbackToInternetExplorer>
<AggregationLevel>individual</AggregationLevel>
<IsRecordGeoLocationOnProofOfPlay>false</IsRecordGeoLocationOnProofOfPlay>
<IsAdspaceEnabled>false</IsAdspaceEnabled>
<VideoStartTimeout>10</VideoStartTimeout>
<AllowSingleSignOnUsingOSPrimaryAccount>false</AllowSingleSignOnUsingOSPrimaryAccount>
</ApplicationSettings>