Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-glpi-git / htdocs / config / config_db.php @ af8e09aa

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

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