Révision 8cb2b9b3 src/connect_entry.php

b/src/connect_entry.php
1 1
<?php
2
define ('NOM', "root");
3
define ('PASSE', "root");
4
define ('SERVEUR', "localhost");
5
define ('BASE', "gylab_stocks");
2
define ('SERVEUR', "localhost");  // hostname for mysql server
3
define ('BASE', "labstocks_db"); // name of the targeted db
4
define ('LABNAME', "Demo");     // Name of the lab, appear in web page header
5
define ('PASSE', "root");      // passwrd for db access
6
define ('NOM', "root");       // username for db access
7
// CONSTANTS, DO NOT CHANGE  //
6 8
define ('PLASMAPPER_HOME', "/var/lib/tomcat6/webapps/PlasMapper/");
7 9
define ('PLASMAPPER_SERVER', "http://" . $_SERVER["HTTP_HOST"] . ":8080/PlasMapper/");
8 10
define ('LABSTOCK_SERVER', "http://" . $_SERVER["HTTP_HOST"] . "/labstocks/");
9 11
define ('WWWBLAST_SERVER', "http://" . $_SERVER["HTTP_HOST"] . "/blast/");
10 12
define ('BLAST_HOME', "/var/www/blast/db/");
11 13
define ('FORMATDB_CMD', "formatdb");
12
define ('LABNAME', "GY");
13
?>
14
?>

Formats disponibles : Unified diff