<?php
/*
 * Centreon is developed with GPL Licence 2.0:
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 * Developed by: Julien Mathis - Romain Le Merlus - Christophe Coraboeuf
 * 
 * The Software is provided to you AS IS and WITH ALL FAULTS.
 * Centreon makes no representation and gives no warranty whatsoever,
 * whether express or implied, and without limitation, with regard to the quality,
 * safety, contents, performance, merchantability, non-infringement or suitability for
 * any particular or intended purpose of the Software found on the Centreon website.
 * In no event will Centreon be liable for any direct, indirect, punitive, special,
 * incidental or consequential damages however they may arise and even if Centreon has
 * been previously advised of the possibility of such damages.
 * 
 * For information : contact@centreon.com
 */
/* 	Database */
$conf_centreon['hostCentreon'] = "--ADDRESS--";
$conf_centreon['hostCentstorage'] = "--ADDRESS--";
$conf_centreon['user'] = "--DBUSER--";
$conf_centreon['password'] = '--DBPASS--';
$conf_centreon['db'] = "--CONFDB--";
$conf_centreon['dbcstg'] = "--STORAGEDB--";
$conf_centreon['port'] = "--DBPORT--";


/* path to classes */
$classdir='./class';
/* Centreon Path */
$centreon_path='--CENTREONDIR--';
?>
