. * */ /** * MDM Plugin - Configuration File * */ // Enable to run Plugin for Z-Push 2 $GLOBALS['pluginconfig']['mdm']['zpush-2'] = true; // the base URL of Z-Push 2 // if Z-Push-2 and the webaccess are on the same system, generally no adjustment is necessary // use of http is not recommended as your authentication data will be transmitted in plain text $GLOBALS['pluginconfig']['mdm']['zpush-url'] = "http://localhost"; ?>