Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2120 Rev 2143
Line 26... Line 26...
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://api.tela-botanica.org/img:%s.jpg"
36
celImgUrlTpl = "http://api.tela-botanica.org/img:%s.jpg"
Line 38... Line 38...
38
baseURLServicesAnnuaireTpl = "http://www.tela-botanica.org/service:annuaire:%s"
38
baseURLServicesAnnuaireTpl = "http://www.tela-botanica.org/service:annuaire:%s"
Line 39... Line 39...
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 =
Line 46... Line 46...
46
database = tela_prod_eflore_v1_1_principale
46
database = tela_prod_eflore_v1_1_principale
47
 
47
 
48
api_host = "http://localhost/service:eflore:0.1"
48
api_host = "http://localhost/service:eflore:0.1"
Line 75... Line 75...
75
format_S = 400_300
75
format_S = 400_300
76
format_CRS = 300_300
76
format_CRS = 300_300
77
format_M = 600_450
77
format_M = 600_450
78
format_L = 800_600
78
format_L = 800_600
79
format_XL = 1024_768
79
format_XL = 1024_768
80
format_X2L = 1280_960  
80
format_X2L = 1280_960
81
format_X3L = 1600_1200 
81
format_X3L = 1600_1200
82
format_CRX2S = 63_63
82
format_CRX2S = 63_63
83
format_CS = 300_300
83
format_CS = 300_300
84
format_CXS = 100_100
84
format_CXS = 100_100
85
format_CRXS = 100_100
85
format_CRXS = 100_100
Line 86... Line 86...
86
 
86
 
Line 87... Line 87...
87
commande_script_images = "/usr/local/php/5.5/bin/php /home/apitela/www/scripts/cel/cli.php generationimages -a genererMinaturesPourId -id %s &";
87
commande_script_images = "/usr/local/php/5.5/bin/php /home/apitela/www/scripts/cel/cli.php generationimages -a genererMinaturesPourId -id %s &";
88
 
88
 
89
; Stockage
89
; Stockage
90
[database_cel]
90
[database_cel]
91
phptype  = mysqli
91
phptype  = mysqli
92
username = 
92
username =
93
password = 
93
password =
94
hostspec = localhost
94
hostspec = localhost
Line 95... Line 95...
95
database = tb_cel
95
database = tb_cel
96
database_migration = tb_cel_migration
96
database_migration = tb_cel_migration
97
 
97
 
98
; Identification
98
; Identification
99
[database_ident]
99
[database_ident]
100
phptype  = mysql
100
phptype  = mysql
101
username = 
101
username =
102
password = 
102
password =
103
hostspec = localhost
103
hostspec = localhost
104
database = tela_prod
104
database = tela_prod
Line 114... Line 114...
114
taillemax = 100000
114
taillemax = 100000
Line 115... Line 115...
115
 
115
 
116
; ADMIN
116
; ADMIN
117
[jrest_admin]
117
[jrest_admin]
118
admin = aurelien@tela-botanica.org,david.delon@clapas.net,jpm@tela-botanica.org,marie@tela-botanica.org
118
admin = aurelien@tela-botanica.org,david.delon@clapas.net,jpm@tela-botanica.org,marie@tela-botanica.org
119
ip_autorisees = "localhost,www.tela-botanica.org, api.tela-botanica.org"
119
ip_autorisees = "127.0.0.1,193.54.123.216,193.54.123.169"