Subversion Repositories eFlore/Applications.del

Rev

Rev 526 | Rev 554 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 526 Rev 553
Line 1... Line 1...
1
var configuration = {
1
var configuration = {
2
	serviceBaseUrl:"http://www.tela-botanica.org/eflore/del/jrest/",
2
	serviceBaseUrl:"http://www.tela-botanica.org/eflore/del/jrest/",
-
 
3
	nomSciCompletionService:"http://www.tela-botanica.org/eflore/del/jrest/NomsTaxons/",//http://localhost/service:eflore:0.1/bdtfx/noms
-
 
4
	communeCompletionService:"http://www.tela-botanica.org/eflore/del/jrest/Communes/",
3
	bogueUrl:"http://www.tela-botanica.net/suivi/index.php?project=41",
5
	bogueUrl:"http://www.tela-botanica.net/suivi/index.php?project=41",
4
	commentaireUrl:"http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=AideDelCommentaire",
6
	commentaireUrl:"http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=AideDelCommentaire",
5
	delUrl:"http://www.tela-botanica.org/appli:del"
7
	delUrl:"http://www.tela-botanica.org/appli:del"
6
};
8
};
7
9