Subversion Repositories eFlore/Applications.cel

Rev

Rev 180 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 180 Rev 265
1
// A renommer en config.js
1
// A renommer en config.js
2
 
2
 
3
var configuration = {
3
var configuration = {
4
				serviceBaseUrl:"http://localhost/jrest",
4
				serviceBaseUrl:"http://localhost/jrest",
5
				suiviBugUrl:"http://www.tela-botanica.net/suivi/index.php?do=newtask&project=2",
5
				suiviBugUrl:"http://www.tela-botanica.net/suivi/index.php?do=newtask&project=2",
6
				aideBaseUrl: "http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=AideCEL",
6
				aideBaseUrl: "http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=AideCEL",
7
				imageBaseUrl: "http://162.38.234.9/Documents/images_serveur/" 
7
				imageBaseUrl: "http://162.38.234.9/Documents/images_serveur/",
-
 
8
				referentielGeo : "WGS84",
8
			};
9
			};
9
 
10
 
10
 
11