Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 93 → Rev 94

/trunk/configurations/config.defaut.ini
85,11 → 85,11
 
; +------------------------------------------------------------------------------------------------------+
; Paramètres spécifiques à l'API 0.1 d'eFlore
baseUrlApiEflore = "http://162.38.234.6/{projet}/services/0.1"
baseUrlApiEflore = "http://localhost/service:eflore:0.1/{projet}"
nomsTpl = "{ref:baseUrlApiEflore}/noms"
nomsStatsInitialesRangTpl = "{ref:nomsTpl}/stats/initiales?masque.rg={rang}"
nomsListeInitialesRangTpl = "{ref:nomsTpl}?masque={initiale}&recherche=etendue&masque.rg={rang}"
nomsRechercheTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}"
nomsRechercheTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=htm"
nomsVernaTpl = "{ref:baseUrlApiEflore}/noms-vernaculaires"
nomsVernaRechercheTpl = "{ref:nomsVernaTpl}?masque.nv={valeur}&recherche={type}"