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 7110 by niro, Wed Sep 9 11:20:52 2015 UTC revision 7735 by niro, Tue Nov 3 10:44:33 2015 UTC
# Line 11  if( !isset($_SESSION['openclose']) ) Line 11  if( !isset($_SESSION['openclose']) )
11    
12  // Datenbankverbindungs-Konfiguration  // Datenbankverbindungs-Konfiguration
13  $dbhost  = "127.0.0.1";  $dbhost  = "127.0.0.1";
14  $dbname  = "alx_web";  $dbname  = "mcore";
15  $dbuname = "alx_install";  $dbuname = "alx_install";
16  $dbpass  = "@lx";  $dbpass  = "@lx";
17    
# Line 25  $home = "/var/lib/apache"; Line 25  $home = "/var/lib/apache";
25  $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5";  $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5";
26    
27  // wake-on-lan Kommando  // wake-on-lan Kommando
28  $wolcmd = "/usr/bin/ether-wake";  $woliface = "eth0";
29    $wolcmd = "/usr/bin/ether-wake -i ".$woliface;
30    
31  // fixed config.rc  // fixed config.rc
32  $configrc = $wwwroot."/share/config.rc";  $configrc = $wwwroot."/share/config.rc";
# Line 43  $pubkey_file = $home.'/.ssh/id_dsa.pub'; Line 44  $pubkey_file = $home.'/.ssh/id_dsa.pub';
44  $privkey_file = $home.'/.ssh/id_dsa';  $privkey_file = $home.'/.ssh/id_dsa';
45    
46  // citrix_browser addresses  // citrix_browser addresses
47  $citrix_browseradrs = 'ica.dom-aka-nt.intern';  $citrix_serverlist = 'ica.dom-aka-nt.intern';
48    
49  // citrix default domain name  // citrix default domain name
50  $citrix_domain_name = 'DOM_AKA_NT';  $citrix_domain_name = 'DOM_AKA_NT';
51    
52    // storefront store
53    $storefront_store = 'https://storefront.dom-aka-nt.intern';
54    
55    // storefront default domain name
56    $storefront_domain_name = 'DOM_AKA_NT';
57    
58  // mcore client port  // mcore client port
59  $mcore_port = 6666;  $mcore_port = 6666;
60    

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