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