Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1108 → Rev 1109

/trunk/configurations/config.defaut.ini
147,6 → 147,7
; +------------------------------------------------------------------------------------------------------+
; Paramètres spécifiques à l'API 0.1 d'eFlore
baseUrlApiEflore = "http://{ref:domaine}/service:eflore:0.1/{projet}"
 
nomsTpl = "{ref:baseUrlApiEflore}/noms"
nomTpl = "{ref:nomsTpl}/{id}"
nomsStatsInitialesRangTpl = "{ref:nomsTpl}/stats/initiales?masque.rg={rang}"
226,6 → 227,11
statutsZoneGeoTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}&retour.format=zone_geo"
 
; +------------------------------------------------------------------------------------------------------+
; Paramètres spécifiques à l'API 0.1 de DEL
baseUrlApiDel = "http://{ref:domaine}/service:del:0.1/"
delImagesTpl = "{ref:baseUrlApiDel}images?navigation.depart=0&navigation.limite=4&masque.nn={nn}&tri=votes&ordre=desc&protocole=3&format=CRS";
 
; +------------------------------------------------------------------------------------------------------+
; Chemin vers outil de conversion pdf
WKHTMLTOPDF = "wkhtmltopdf"