Subversion Repositories eFlore/Applications.cel

Rev

Rev 1473 | Rev 1596 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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