Subversion Repositories eFlore/Applications.cel

Rev

Rev 2131 | Blame | Compare with Previous | 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/%s-nn-%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://api.tela-botanica.org/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"
; template de chemin pour les marqueur google maps pour le widget carto 
cheminCelMarkerObsTpl = "/home/telabotap/www/commun/icones/carto/groupe/g%s.png"
; URL des services web du CEL sous forme de template à utiliser avec sprintf
baseURLServicesCelTpl = "http://localhost/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://api.tela-botanica.org/img:%s.jpg"
; URL des services web du CEL sous forme de template à utiliser avec sprintf
baseURLServicesAnnuaireTpl = "http://www.tela-botanica.org/service:annuaire:%s"

[eflore]
phptype  = mysqli
username = 
password = 
hostspec = 
database = tela_prod_eflore_v1_1_principale

api_host = "http://localhost/service:eflore:0.1"
url_service_nom = "http://localhost/service:eflore:0.1/{referentiel}/noms"
url_service_taxon = "http://localhost/service:eflore:0.1/bdtfx/taxons"
url_service_chorologie_obs = "http://localhost/service:eflore:0.1/chorodep/observations"
url_service_chorologie_carte = "http://localhost/service:eflore:0.1/{referentiel_choro}/cartes"
url_service_photoflora = "http://photoflora.free.fr/eflore-photoflora/services/index.php/0.1/projets/photoflora/images"
url_service_nom_attribution = "http://localhost/service:eflore:0.1/{referentiel}/noms-vernaculaires/attributions?masque.nt={valeur}&masque.lg={langue}"


[referentiels]
; Nom des tables des référentiels avec leur version actuellement utilisé pour récupérer les infos des noms
; ATTENTION : Bien préciser le nom de la base devant le nom de la table !
bdtfx = "tb_eflore.bdtfx_v2_00"
bdtxa = "tb_eflore.bdtxa_v1_01"
isfan = "tb_eflore.isfan_v2013"
apd = "tb_eflore.apd_v3_4_0"

[cel]
chemin_images = /opt/lampp/htdocs/Documents/images_serveur
chemin_export = /opt/lampp/htdocs/Documents/export_images
chemin_stockage_temp = /home/tmp
images_temp_url = "http://localhost/tmp/images/%s"

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

taille_max = 2097152
taille_max_archive = 8500000

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

commande_script_images = "/usr/local/php/5.5/bin/php /home/apitela/www/scripts/cel/cli.php generationimages -a genererMinaturesPourId -id %s &";

[database_cel]
phptype  = mysqli
username = 
password = 
hostspec = localhost
database = tb_cel
database_migration = tb_cel_migration

; Identification
[database_ident]
phptype  = mysql
username = 
password = 
hostspec = localhost
database = tela_prod
annuaire = annuaire_tela
ann_id = U_MAIL
ann_pwd = U_PASSWD
pass_crypt_funct = md5

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

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