Subversion Repositories eFlore/Applications.cel

Rev

Rev 914 | Blame | Last modification | View Log | RSS feed

;<?/*
[settings]
; URL de base relative du CEL
baseURL = "/jrest/"
; URL de base relative alternative du CEL (pour les raccourcis par exemple)
baseAlternativeURL = "/service:cel:"
; URL de base aboslu du CEL
baseURLAbsolu = "http://localhost/jrest/"
; URL de base aboslu du CEL construit dynamiquement dans le fichier Cel.php
baseURLAbsoluDyn = ""
; Url d'eFlore affichant la carte du CEL
efloreUrlTpl = "http://www.tela-botanica.org/eflore/BDNFF/4.02/nn/%s/%s"
; URL des services web du CEL sous forme de template à utiliser avec sprintf
baseURLServicesAnnuaireTpl = "http://www.tela-botanica.org/service:annuaire:%s"
; URL des services web du CEL sous forme de template à utiliser avec sprintf
baseURLServicesCelTpl = "http://www.tela-botanica.org/service:cel:%s"
; Squelette d'Url permettant d'afficher une image du CEL (remplace %s par l'id de l'image sans underscore)
celImgUrlTpl = "http://www.tela-botanica.org/appli:cel-img:%s.jpg"
; Url de PhpMyEdit permettant de faire les corrections du CEL pour les Super Admin
phpEditUrlTpl = "http://www.tela-botanica.org/eflore/cel2/jrest/util/cel_inventory.php?PME_sys_fl=0&PME_sys_fm=0&PME_sys_sfn[0]=0&PME_sys_operation=PME_op_Change&PME_sys_rec=%s"
; Indication du nom de l'éditeur pour les flux de syndication
editeur = "Tela Botanica"
; Format du Guid des observations du CEL pour les flux de syndication principalement
guidObsTpl = "urn:lsid:tela-botanica.org:cel:obs%s"
; Format du Guid des images du CEL pour les flux de syndication principalement
guidImgTpl = "urn:lsid:tela-botanica.org:cel:img%s"
; Indication de la locale (setLocale(LC_ALL, ?)) pour les classes héritant de Cel
locale = "fr_FR.UTF-8"
; Indication du fuseau horraire par défaut date_default_timezone_set(?)pour les classes héritant de Cel
fuseauHoraire = "Europe/Paris"

; Default
[database]
phptype  = mysqli
username = root
password = 
hostspec = localhost
database = tb_eflore_v1_1_principale 

; Identification
[database_ident]
phptype  = mysqli
username = root
password = 
hostspec = localhost
database = tb_v4

; CEL
[database_cel]
phptype  = mysqli
username = root
password = 
hostspec = localhost
database = tb_cel 

; Images
[cel_db]
phptype  = mysqli
username = root
password = 
hostspec = localhost
database = tb_cel
chemin_images = /opt/lampp/htdocs/images_serveur 
url_images = http://localhost/images_serveur
taille_max = 2097152

chemin_stockage_temp = /opt/lampp/htdocs/Documents/tmp

format_XS = 150_100
format_S = 400_300
format_CRS = 300_300
format_M = 600_450
format_L = 800_600
format_XL = 1024_768
format_X2L = 1280_960  
format_X3L = 1600_1200 
format_CRX2S = 63_63
format_CS = 300_300
format_CXS = 100_100
format_CRXS = 100_100

url_service_geo_local = http://www.tela-botanica.org/service:eflore:osm/0.1/nom-commune
url_service_geo_geonames = http://ws.geonames.org/
nom_service_geocoding_geonames = postalCodeSearchJSON
nom_service_reverse_geocoding_geonames = findNearbyJSON

; LOGS
[log]
cheminlog = "/Logs/"
timezone = "Europe/Paris"
taillemax = 100000

;ADMIN
[jrest_admin]
admin = aurelien@tela-botanica.org,david.delon@clapas.net,jpm@tela-botanica.org,marie@tela-botanica.org
;*/?>