Magellan Linux

Diff of /alx-src/branches/alx-web-070/include/config.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7735 by niro, Tue Nov 3 10:44:33 2015 UTC revision 8472 by niro, Tue Feb 2 12:48:12 2016 UTC
# Line 50  $citrix_serverlist = 'ica.dom-aka-nt.int Line 50  $citrix_serverlist = 'ica.dom-aka-nt.int
50  $citrix_domain_name = 'DOM_AKA_NT';  $citrix_domain_name = 'DOM_AKA_NT';
51    
52  // storefront store  // storefront store
53  $storefront_store = 'https://storefront.dom-aka-nt.intern';  $storefront_store = 'https://storefront.dom-aka-nt.intern/Citrix/ALX/PNAgent/config.xml';
54    
55  // storefront default domain name  // storefront default domain name
56  $storefront_domain_name = 'DOM_AKA_NT';  $storefront_domain_name = 'DOM_AKA_NT';
57    
58    // rdesktop default server
59    $rdesktop_server = 'esa-ts-01.dom-aka-nt.intern';
60    
61    // rdesktop default domain name
62    $rdesktop_domain_name = 'DOM_AKA_NT';
63    
64  // mcore client port  // mcore client port
65  $mcore_port = 6666;  $mcore_port = 6666;
66    
67    // mcore certificate
68    $mcore_certificate = '/etc/ssl/certs/mcored.pem';
69    
70  // ssh port of older clients  // ssh port of older clients
71  $ssh_port = 22;  $ssh_port = 22;
72    

Legend:
Removed from v.7735  
changed lines
  Added in v.8472