Subversion Repositories eFlore/Applications.coel

Rev

Rev 1497 | Rev 1508 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1497 Rev 1500
Line 1... Line 1...
1
;<?/*
1
;<?/*
2
[settings]
2
[settings]
3
baseURL = "/jrest/"
3
baseURL = "/coel/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
-
 
Line 39... Line 4...
39
 
4
 
40
; COEL
5
; COEL
41
[coel]
6
[coel]
42
phptype  = mysql
7
phptype  = mysql
Line 45... Line 10...
45
hostspec = localhost
10
hostspec = localhost
46
database = tb_coel
11
database = tb_coel
47
guid = "urn:lsid:tela-botanica.org:%s:%s"
12
guid = "urn:lsid:tela-botanica.org:%s:%s"
48
editeur = "Tela Botanica"
13
editeur = "Tela Botanica"
49
urlBaseCoel = "http://localhost/org.tela_botanica.Coel/Coel.html"
14
urlBaseCoel = "http://localhost/org.tela_botanica.Coel/Coel.html"
50
urlBaseJrest = "http://localhost/jrest/"
15
urlBaseJrest = "http://localhost/coel/jrest/"
51
aideBaseUrlTpl = "http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki="
16
aideBaseUrlTpl = "http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki="
52
urlEfloreMaj = "http://localhost/eflore_bp/services/collection/"
17
urlEfloreMaj = "http://localhost/eflore_bp/services/collection/"
53
urlAnnuaire = "http://www.tela-botanica.org/client/eflore_chatin/services/annuaire_tela"
18
urlAnnuaire = "http://www.tela-botanica.org/client/eflore_chatin/services/annuaire_tela"
54
loginAnnuaire =  
19
loginAnnuaire =  
55
mdpAnnuaire = 
20
mdpAnnuaire = 
56
correctionLogin = 
21
correctionLogin = 
57
correctionMdp = 
22
correctionMdp = 
Line 58... Line -...
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
23
 
68
;*/?>
24
;*/?>