updated template to reflect correct installed scheduler settings
This commit is contained in:
parent
66b7c83149
commit
6ffe7dcdc0
1 changed files with 3 additions and 3 deletions
|
@ -97,14 +97,14 @@
|
||||||
<authenticationClientFactory>
|
<authenticationClientFactory>
|
||||||
<webAuthentication>
|
<webAuthentication>
|
||||||
<location server="ls_php_host" port="ls_php_port"
|
<location server="ls_php_host" port="ls_php_port"
|
||||||
path="ls_php_urlPrefix/ls_alib_xmlRpcPrefix"/>
|
path="/ls_php_urlPrefix/storageServer/var/ls_alib_xmlRpcPrefix"/>
|
||||||
</webAuthentication>
|
</webAuthentication>
|
||||||
</authenticationClientFactory>
|
</authenticationClientFactory>
|
||||||
|
|
||||||
<storageClientFactory>
|
<storageClientFactory>
|
||||||
<webStorage tempFiles="file:///ls_install_dir/tmp/webStorageClient" >
|
<webStorage tempFiles="file:///ls_install_dir/tmp/webStorageClient" >
|
||||||
<location server="ls_php_host" port="ls_php_port"
|
<location server="ls_php_host" port="ls_php_port"
|
||||||
path="ls_php_urlPrefix/ls_storage_xmlRpcPrefix"/>
|
path="/ls_php_urlPrefix/storageServer/var/ls_alib_xmlRpcPrefix"/>
|
||||||
</webStorage>
|
</webStorage>
|
||||||
</storageClientFactory>
|
</storageClientFactory>
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
</playLogFactory>
|
</playLogFactory>
|
||||||
|
|
||||||
<audioPlayer>
|
<audioPlayer>
|
||||||
<helixPlayer dllPath = "ls_install_dir/usr/lib/helix"/>
|
<helixPlayer dllPath = "ls_install_dir/lib/helix"/>
|
||||||
</audioPlayer>
|
</audioPlayer>
|
||||||
|
|
||||||
<xmlRpcDaemon xmlRpcHost = "ls_scheduler_host"
|
<xmlRpcDaemon xmlRpcHost = "ls_scheduler_host"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue