Subversion Repositories eFlore/Applications.cel

Rev

Rev 486 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
422 aurelien 1
;<?/*
2
[settings]
3
; URL de base relative du CEL
4
baseURL = "/jrest/"
5
; URL de base aboslu du CEL
6
baseURLAbsolu = "http://localhost/jrest/"
7
; URL de base aboslu du CEL construit dynamiquement dans le fichier Cel.php
8
baseURLAbsoluDyn = ""
9
; Url d'eFlore affichant la carte du CEL
10
efloreUrlTpl = "http://www.tela-botanica.org/eflore/BDNFF/4.02/nn/%s/cel"
11
; Url de PhpMyEdit permettant de faire les corrections du CEL pour les Super Admin
12
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"
13
; Indication du nom de l'éditeur pour les flux de syndication
14
editeur = "Tela Botanica"
15
; Format du Guid du CEL pour les flux de syndication principalement
16
guidObsTpl = "urn:lsid:tela-botanica.org:cel:%s"
17
; Indication de la locale (setLocale(LC_ALL, ?)) pour les classes héritant de Cel
18
locale = "fr_FR.UTF-8"
19
; Indication du fuseau horraire par défaut date_default_timezone_set(?)pour les classes héritant de Cel
20
fuseauHoraire = "Europe/Paris"
21
 
22
; Default
23
[database]
24
phptype  = mysqli
25
username = root
26
password =
27
hostspec = localhost
28
database = tb_eflore_v1_1_principale
29
 
30
; Identification
31
[database_ident]
32
phptype  = mysqli
33
username = root
34
password =
35
hostspec = localhost
36
database = tb_v4
37
 
38
; CEL
39
[database_cel]
40
phptype  = mysqli
41
username = root
42
password =
43
hostspec = localhost
44
database = tb_cel
45
 
46
; Images
47
[cel_db]
48
phptype  = mysqli
49
username = root
50
password =
51
hostspec = localhost
52
database = tb_cel
53
chemin_images = /opt/lampp/htdocs/Documents/images_serveur
54
url_images = http://162.38.234.9/Documents/images_serveur
55
taille_max = 2097152
56
 
57
; LOGS
58
[log]
59
cheminlog = "/Logs/"
60
timezone = "Europe/Paris"
61
taillemax = 100000
62
 
63
;ADMIN
64
[jrest_admin]
65
admin = aurelien@tela-botanica.org,david.delon@clapas.net,jpm@tela-botanica.org,marie@tela-botanica.org
66
;*/?>