Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-glpi-git / config / config_db_slave.php @ 386335bb

Historique | Voir | Annoter | Télécharger (197 octets)

1
<?php 
2
 class DBSlave extends DBmysql { 
3
 var        $slave        = true; 
4
 var $dbhost        = '192.168.100.1:4040'; 
5
 var $dbuser         = 'glpiuro'; 
6
 var $dbpassword= 'F2D6nxPRA6HC'; 
7
 var $dbdefault        = 'glpi'; 
8
 } 
9
 ?>
Redmine Appliance - Powered by TurnKey Linux