Statistiques
| Branche: | Révision :

root / src / connect_entry.php @ d072e29c

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

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