Subversion Repositories eFlore/Applications.coel

Rev

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

Rev Author Line No. Line
1497 jpm 1
;<?/*
2
[settings]
3
baseURL = "/jrest/"
4
 
5
; Default
6
[database]
7
phptype  = mysqli
8
username = root
9
password =
10
hostspec = localhost
11
database = tb_eflore_v1_1_principale
12
 
13
; Identification
14
[database_ident]
15
phptype  = mysqli
16
username = root
17
password =
18
hostspec = localhost
19
database = tb_v4
20
 
21
; CEL
22
[database_cel]
23
phptype  = mysqli
24
username = root
25
password =
26
hostspec = localhost
27
database = tb_cel
28
 
29
; Images
30
[cel_db]
31
phptype  = mysqli
32
username = root
33
password =
34
hostspec = localhost
35
database = tb_cel
36
chemin_images = /opt/lampp/htdocs/Documents/images_serveur
37
url_images = http://162.38.234.9/Documents/images_serveur
38
taille_max = 2097152
39
 
40
; COEL
41
[coel]
42
phptype  = mysql
43
username = root
44
password =
45
hostspec = localhost
46
database = tb_coel
47
guid = "urn:lsid:tela-botanica.org:%s:%s"
48
editeur = "Tela Botanica"
49
urlBaseCoel = "http://localhost/org.tela_botanica.Coel/Coel.html"
50
urlBaseJrest = "http://localhost/jrest/"
51
aideBaseUrlTpl = "http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki="
52
urlEfloreMaj = "http://localhost/eflore_bp/services/collection/"
53
urlAnnuaire = "http://www.tela-botanica.org/client/eflore_chatin/services/annuaire_tela"
54
loginAnnuaire =
55
mdpAnnuaire =
56
correctionLogin =
57
correctionMdp =
58
 
59
; LOGS
60
[log]
61
cheminlog = "/Logs/"
62
timezone = "Europe/Paris"
63
taillemax = 100000
64
 
65
;ADMIN
66
[jrest_admin]
67
admin = aurelien@tela-botanica.org,david.delon@clapas.net,jpm@tela-botanica.org,marie@tela-botanica.org
68
;*/?>