Statistiques
| Branche: | Révision :

root / src / connect_entry.php @ d072e29c

Historique | Voir | Annoter | Télécharger (516 octet)

1 1a2be799 Florent Chuffart
<?php
2 1a2be799 Florent Chuffart
define ('NOM', "root");
3 1a2be799 Florent Chuffart
define ('PASSE', "root");
4 1a2be799 Florent Chuffart
define ('SERVEUR', "localhost");
5 1a2be799 Florent Chuffart
define ('BASE', "gylab_stocks");
6 1a2be799 Florent Chuffart
define ('PLASMAPPER_HOME', "/var/lib/tomcat6/webapps/PlasMapper/");
7 1a2be799 Florent Chuffart
define ('PLASMAPPER_SERVER', "http://" . $_SERVER["HTTP_HOST"] . ":8080/PlasMapper/");
8 d072e29c Florent Chuffart
define ('LABSTOCK_SERVER', "http://" . $_SERVER["HTTP_HOST"] . "/labstocks/");
9 1a2be799 Florent Chuffart
define ('WWWBLAST_SERVER', "http://" . $_SERVER["HTTP_HOST"] . "/blast/");
10 1a2be799 Florent Chuffart
define ('BLAST_HOME', "/var/www/blast/db/");
11 1a2be799 Florent Chuffart
define ('FORMATDB_CMD', "formatdb");
12 1a2be799 Florent Chuffart
?>