--- alx-src/branches/alx-web-050/include/config.inc.php 2010/12/02 22:13:04 1608 +++ alx-src/branches/alx-web-070/include/config.inc.php 2016/02/08 10:37:04 8531 @@ -1,27 +1,49 @@ - + /etc/hosts 127.0.0.1 mcored required, >php-5.4 uses the certificate common name as issuer +$dbname = "mcore"; +$dbuname = "alx_install"; +$dbpass = "@lx"; + +// wake-on-lan Kommando +$woliface = "eth0"; +$wolcmd = "/usr/bin/ether-wake -i ".$woliface; + +// citrix_browser addresses +$citrix_serverlist = 'ica.dom-aka-nt.intern'; + +// citrix default domain name +$citrix_domain_name = 'DOM_AKA_NT'; + +// storefront store +$storefront_store = 'https://storefront.dom-aka-nt.intern/Citrix/ALX/PNAgent/config.xml'; + +// storefront default domain name +$storefront_domain_name = 'DOM_AKA_NT'; + +// rdesktop default server +$rdesktop_server = 'esa-ts-01.dom-aka-nt.intern'; + +// rdesktop default domain name +$rdesktop_domain_name = 'DOM_AKA_NT'; + +// mcore client port +$mcore_port = 6666; + +// mcore certificate +$mcore_certificate = '/etc/ssl/certs/mcored.pem'; + +// ping timout +$ping_timeout = 0.01; + +?>