1194 |
jpm |
1 |
;<?/*
|
422 |
aurelien |
2 |
[settings]
|
|
|
3 |
; URL de base relative du CEL
|
|
|
4 |
baseURL = "/jrest/"
|
539 |
jpm |
5 |
; URL de base relative alternative du CEL (pour les raccourcis par exemple)
|
|
|
6 |
baseAlternativeURL = "/service:cel:"
|
422 |
aurelien |
7 |
; URL de base aboslu du CEL
|
|
|
8 |
baseURLAbsolu = "http://localhost/jrest/"
|
|
|
9 |
; URL de base aboslu du CEL construit dynamiquement dans le fichier Cel.php
|
|
|
10 |
baseURLAbsoluDyn = ""
|
|
|
11 |
; Url d'eFlore affichant la carte du CEL
|
1619 |
aurelien |
12 |
efloreUrlTpl = "http://www.tela-botanica.org/%s-nn-%s"
|
791 |
delphine |
13 |
; URL des services web du CEL sous forme de template à utiliser avec sprintf
|
|
|
14 |
baseURLServicesAnnuaireTpl = "http://www.tela-botanica.org/service:annuaire:%s"
|
912 |
jpm |
15 |
; URL des services web du CEL sous forme de template à utiliser avec sprintf
|
|
|
16 |
baseURLServicesCelTpl = "http://www.tela-botanica.org/service:cel:%s"
|
522 |
jpm |
17 |
; Squelette d'Url permettant d'afficher une image du CEL (remplace %s par l'id de l'image sans underscore)
|
|
|
18 |
celImgUrlTpl = "http://www.tela-botanica.org/appli:cel-img:%s.jpg"
|
422 |
aurelien |
19 |
; Url de PhpMyEdit permettant de faire les corrections du CEL pour les Super Admin
|
|
|
20 |
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"
|
|
|
21 |
; Indication du nom de l'éditeur pour les flux de syndication
|
|
|
22 |
editeur = "Tela Botanica"
|
914 |
jpm |
23 |
; Format du Guid des observations du CEL pour les flux de syndication principalement
|
|
|
24 |
guidObsTpl = "urn:lsid:tela-botanica.org:cel:obs%s"
|
|
|
25 |
; Format du Guid des images du CEL pour les flux de syndication principalement
|
|
|
26 |
guidImgTpl = "urn:lsid:tela-botanica.org:cel:img%s"
|
422 |
aurelien |
27 |
; Indication de la locale (setLocale(LC_ALL, ?)) pour les classes héritant de Cel
|
|
|
28 |
locale = "fr_FR.UTF-8"
|
|
|
29 |
; Indication du fuseau horraire par défaut date_default_timezone_set(?)pour les classes héritant de Cel
|
|
|
30 |
fuseauHoraire = "Europe/Paris"
|
1033 |
aurelien |
31 |
; template de chemin pour les marqueur google maps pour le widget carto
|
|
|
32 |
cheminCelMarkerObsTpl = "/home/telabotap/www/commun/icones/carto/groupe/g%s.png"
|
1473 |
aurelien |
33 |
; URL des services web du CEL sous forme de template à utiliser avec sprintf
|
|
|
34 |
baseURLServicesCelTpl = "http://localhost/service:cel:%s"
|
|
|
35 |
; Squelette d'Url permettant d'afficher une image du CEL (remplace %s par l'id de l'image sans underscore)
|
|
|
36 |
celImgUrlTpl = "http://www.tela-botanica.org/appli:cel-img:%s.jpg"
|
|
|
37 |
; URL des services web du CEL sous forme de template à utiliser avec sprintf
|
|
|
38 |
baseURLServicesAnnuaireTpl = "http://www.tela-botanica.org/service:annuaire:%s"
|
422 |
aurelien |
39 |
|
|
|
40 |
; Default
|
1190 |
aurelien |
41 |
[eflore]
|
422 |
aurelien |
42 |
phptype = mysqli
|
1190 |
aurelien |
43 |
username =
|
422 |
aurelien |
44 |
password =
|
1190 |
aurelien |
45 |
hostspec =
|
|
|
46 |
database = tela_prod_eflore_v1_1_principale
|
422 |
aurelien |
47 |
|
1914 |
raphael |
48 |
api_host = "http://localhost/service:eflore:0.1"
|
|
|
49 |
url_service_nom = "http://localhost/service:eflore:0.1/{referentiel}/noms"
|
1473 |
aurelien |
50 |
url_service_taxon = "http://localhost/service:eflore:0.1/bdtfx/taxons"
|
|
|
51 |
url_service_chorologie_obs = "http://localhost/service:eflore:0.1/chorodep/observations"
|
1588 |
aurelien |
52 |
url_service_chorologie_carte = "http://localhost/service:eflore:0.1/{referentiel_choro}/cartes"
|
1473 |
aurelien |
53 |
url_service_photoflora = "http://photoflora.free.fr/eflore-photoflora/services/index.php/0.1/projets/photoflora/images"
|
1643 |
raphael |
54 |
url_service_nom_attribution = "http://localhost/service:eflore:0.1/{referentiel}/noms-vernaculaires/attributions?masque.nt={valeur}&masque.lg={langue}"
|
1473 |
aurelien |
55 |
|
|
|
56 |
|
422 |
aurelien |
57 |
; Images
|
1190 |
aurelien |
58 |
[cel]
|
|
|
59 |
chemin_images = /opt/lampp/htdocs/Documents/images_serveur
|
|
|
60 |
chemin_export = /opt/lampp/htdocs/Documents/export_images
|
1192 |
jpm |
61 |
chemin_stockage_temp = /home/tmp
|
1914 |
raphael |
62 |
images_temp_url = "http://localhost/tmp/images/%s"
|
1192 |
jpm |
63 |
|
1190 |
aurelien |
64 |
url_images = http://localhost/Documents/images_serveur
|
|
|
65 |
url_export = http://localhost/Documents/export_images
|
1263 |
jpm |
66 |
url_service_geo_local = http://www.tela-botanica.org/service:eflore:0.1/osm/nom-commune
|
1192 |
jpm |
67 |
url_service_geo_geonames = http://ws.geonames.org/
|
|
|
68 |
nom_service_geocoding_geonames = postalCodeSearchJSON
|
|
|
69 |
nom_service_reverse_geocoding_geonames = findNearbyJSON
|
|
|
70 |
|
422 |
aurelien |
71 |
taille_max = 2097152
|
1190 |
aurelien |
72 |
taille_max_archive = 8500000
|
422 |
aurelien |
73 |
|
775 |
aurelien |
74 |
format_XS = 150_100
|
|
|
75 |
format_S = 400_300
|
|
|
76 |
format_CRS = 300_300
|
|
|
77 |
format_M = 600_450
|
|
|
78 |
format_L = 800_600
|
|
|
79 |
format_XL = 1024_768
|
|
|
80 |
format_X2L = 1280_960
|
|
|
81 |
format_X3L = 1600_1200
|
|
|
82 |
format_CRX2S = 63_63
|
|
|
83 |
format_CS = 300_300
|
|
|
84 |
format_CXS = 100_100
|
|
|
85 |
format_CRXS = 100_100
|
|
|
86 |
|
1190 |
aurelien |
87 |
; Stockage
|
|
|
88 |
[database_cel]
|
|
|
89 |
phptype = mysqli
|
|
|
90 |
username =
|
|
|
91 |
password =
|
|
|
92 |
hostspec = localhost
|
|
|
93 |
database = tb_cel
|
|
|
94 |
database_migration = tb_cel_migration
|
|
|
95 |
|
|
|
96 |
; Identification
|
|
|
97 |
[database_ident]
|
|
|
98 |
phptype = mysql
|
1193 |
jpm |
99 |
username =
|
|
|
100 |
password =
|
1190 |
aurelien |
101 |
hostspec = localhost
|
|
|
102 |
database = tela_prod
|
|
|
103 |
annuaire = annuaire_tela
|
|
|
104 |
ann_id = U_MAIL
|
|
|
105 |
ann_pwd = U_PASSWD
|
|
|
106 |
pass_crypt_funct = md5
|
|
|
107 |
|
422 |
aurelien |
108 |
; LOGS
|
|
|
109 |
[log]
|
1190 |
aurelien |
110 |
cheminlog = "/home/Logs/"
|
422 |
aurelien |
111 |
timezone = "Europe/Paris"
|
|
|
112 |
taillemax = 100000
|
|
|
113 |
|
1190 |
aurelien |
114 |
; ADMIN
|
422 |
aurelien |
115 |
[jrest_admin]
|
|
|
116 |
admin = aurelien@tela-botanica.org,david.delon@clapas.net,jpm@tela-botanica.org,marie@tela-botanica.org
|
1596 |
aurelien |
117 |
ip_autorisees = "localhost,www.tela-botanica.org"
|
1643 |
raphael |
118 |
;*/?>
|