Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 328 Rev 375
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
				referentielGeo : "WGS84",
9
				// a copier dans cel2.html, clé générée pour localhost
9
				// a copier dans cel2.html, clé générée pour localhost
10
				//cleGoogleMaps : "ABQIAAAADBUAHF9l14gI02QVAbUYJBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxRs4p6VhYovhsnMYzJIWa011rxW4w"
10
				cleGoogleMaps : "ABQIAAAADBUAHF9l14gI02QVAbUYJBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxRs4p6VhYovhsnMYzJIWa011rxW4w",
-
 
11
	            refTax:"BDNFF",
-
 
12
	            refTaxVersion:"4.02",
-
 
13
	            lienEfloreBaseUrl:"www.tela-botanica.org/eflore"
11
			};
14
			};
12
 
15
 
13
 
16