Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-glpi-git / config / config_db.php @ 7c20505e

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

1
<?php 
2
class DB extends DBmysql { 
3
  var $dbhost          = 'localhost';
4
  var $dbuser           = 'glpiu'; 
5
  var $dbpassword = 'F2D6nxPRA6HC'; 
6
  var $dbdefault  = 'glpi'; 
7
} 
8
?>
Redmine Appliance - Powered by TurnKey Linux