Subversion Repositories eFlore/Applications.del

Rev

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

Rev 553 Rev 554
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
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/",
4
	communeCompletionService:"http://www.tela-botanica.org/eflore/del/jrest/Communes/",
-
 
5
	utilisateurService:"http://www.tela-botanica.org/eflore/del/jrest/Utilisateur/",
5
	bogueUrl:"http://www.tela-botanica.net/suivi/index.php?project=41",
6
	bogueUrl:"http://www.tela-botanica.net/suivi/index.php?project=41",
6
	commentaireUrl:"http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=AideDelCommentaire",
7
	commentaireUrl:"http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=AideDelCommentaire",
7
	delUrl:"http://www.tela-botanica.org/appli:del"
8
	delUrl:"http://www.tela-botanica.org/appli:del"
8
};
9
};
9
10