Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2143 Rev 2152
Line 35... Line 35...
35
; Squelette d'Url permettant d'afficher une image du CEL (remplace %s par l'id de l'image sans underscore)
35
; Squelette d'Url permettant d'afficher une image du CEL (remplace %s par l'id de l'image sans underscore)
36
celImgUrlTpl = "http://api.tela-botanica.org/img:%s.jpg"
36
celImgUrlTpl = "http://api.tela-botanica.org/img:%s.jpg"
37
; URL des services web du CEL sous forme de template à utiliser avec sprintf
37
; URL des services web du CEL sous forme de template à utiliser avec sprintf
38
baseURLServicesAnnuaireTpl = "http://www.tela-botanica.org/service:annuaire:%s"
38
baseURLServicesAnnuaireTpl = "http://www.tela-botanica.org/service:annuaire:%s"
Line 39... Line -...
39
 
-
 
40
; Default
39
 
41
[eflore]
40
[eflore]
42
phptype  = mysqli
41
phptype  = mysqli
43
username =
42
username =
44
password =
43
password =
Line 51... Line 50...
51
url_service_chorologie_obs = "http://localhost/service:eflore:0.1/chorodep/observations"
50
url_service_chorologie_obs = "http://localhost/service:eflore:0.1/chorodep/observations"
52
url_service_chorologie_carte = "http://localhost/service:eflore:0.1/{referentiel_choro}/cartes"
51
url_service_chorologie_carte = "http://localhost/service:eflore:0.1/{referentiel_choro}/cartes"
53
url_service_photoflora = "http://photoflora.free.fr/eflore-photoflora/services/index.php/0.1/projets/photoflora/images"
52
url_service_photoflora = "http://photoflora.free.fr/eflore-photoflora/services/index.php/0.1/projets/photoflora/images"
54
url_service_nom_attribution = "http://localhost/service:eflore:0.1/{referentiel}/noms-vernaculaires/attributions?masque.nt={valeur}&masque.lg={langue}"
53
url_service_nom_attribution = "http://localhost/service:eflore:0.1/{referentiel}/noms-vernaculaires/attributions?masque.nt={valeur}&masque.lg={langue}"
Line -... Line 54...
-
 
54
 
-
 
55
[referentiels]
-
 
56
; Nom des tables des référentiels avec leur version actuellement utilisé pour récupérer les infos des noms
-
 
57
; ATTENTION : Bien préciser le nom de la base devant le nom de la table !
-
 
58
bdtfx = "tb_eflore.bdtfx_v2_00"
-
 
59
bdtxa = "tb_eflore.bdtxa_v1_01"
-
 
60
isfan = "tb_eflore.isfan_v2013"
Line 55... Line -...
55
 
-
 
56
 
61
bdtao = "tb_eflore.bdtao_v1_00"
57
; Images
62
 
58
[cel]
63
[cel]
59
chemin_images = /opt/lampp/htdocs/Documents/images_serveur
64
chemin_images = /opt/lampp/htdocs/Documents/images_serveur
60
chemin_export = /opt/lampp/htdocs/Documents/export_images
65
chemin_export = /opt/lampp/htdocs/Documents/export_images
Line 84... Line 89...
84
format_CXS = 100_100
89
format_CXS = 100_100
85
format_CRXS = 100_100
90
format_CRXS = 100_100
Line 86... Line 91...
86
 
91
 
Line 87... Line -...
87
commande_script_images = "/usr/local/php/5.5/bin/php /home/apitela/www/scripts/cel/cli.php generationimages -a genererMinaturesPourId -id %s &";
-
 
88
 
92
commande_script_images = "/usr/local/php/5.5/bin/php /home/apitela/www/scripts/cel/cli.php generationimages -a genererMinaturesPourId -id %s &";
89
; Stockage
93
 
90
[database_cel]
94
[database_cel]
91
phptype  = mysqli
95
phptype  = mysqli
92
username =
96
username =
Line 105... Line 109...
105
annuaire = annuaire_tela
109
annuaire = annuaire_tela
106
ann_id = U_MAIL
110
ann_id = U_MAIL
107
ann_pwd = U_PASSWD
111
ann_pwd = U_PASSWD
108
pass_crypt_funct = md5
112
pass_crypt_funct = md5
Line 109... Line -...
109
 
-
 
110
; LOGS
113
 
111
[log]
114
[log]
112
cheminlog = "/home/Logs/"
115
cheminlog = "/home/Logs/"
113
timezone = "Europe/Paris"
116
timezone = "Europe/Paris"
Line 114... Line -...
114
taillemax = 100000
-
 
115
 
117
taillemax = 100000
116
; ADMIN
118
 
117
[jrest_admin]
119
[jrest_admin]
118
admin = aurelien@tela-botanica.org,david.delon@clapas.net,jpm@tela-botanica.org,marie@tela-botanica.org
120
admin = aurelien@tela-botanica.org,david.delon@clapas.net,jpm@tela-botanica.org,marie@tela-botanica.org
119
ip_autorisees = "127.0.0.1,193.54.123.216,193.54.123.169"
121
ip_autorisees = "127.0.0.1,193.54.123.216,193.54.123.169"