| 114 |
aurelien |
1 |
; Encodage : UTF-8
|
|
|
2 |
|
|
|
3 |
; Nom du projet
|
|
|
4 |
nom_projet = "cel"
|
|
|
5 |
|
|
|
6 |
; Nom de la base utilisée.
|
| 116 |
jpm |
7 |
bdd_nom = "tb_cel"
|
| 114 |
aurelien |
8 |
|
|
|
9 |
; +------------------------------------------------------------------------------------------------------+
|
|
|
10 |
; URL de base de l'application.
|
|
|
11 |
url_base = "http://localhost/"
|
|
|
12 |
; URL de base des services de ce projet
|
|
|
13 |
url_service="{ref:url_base}service:eflore:0.1/cel"
|
|
|
14 |
|
|
|
15 |
; +------------------------------------------------------------------------------------------------------+
|
|
|
16 |
|
| 116 |
jpm |
17 |
chemin_images = /opt/lampp/htdocs/serveur/eflore/cel/images
|
|
|
18 |
url_images = http://localhost/serveur/eflore/cel/images
|
| 114 |
aurelien |
19 |
|
|
|
20 |
; +------------------------------------------------------------------------------------------------------+
|
|
|
21 |
; Config spécifique au projet
|
|
|
22 |
; Noms des services disponibles pour ce projet
|
|
|
23 |
servicesDispo = "images"
|
|
|
24 |
|
| 116 |
jpm |
25 |
formatsImages = "
|
|
|
26 |
XS = 150_100,
|
|
|
27 |
S = 400_300,
|
|
|
28 |
CRS = 300_300,
|
|
|
29 |
M = 600_450,
|
|
|
30 |
L = 800_600,
|
|
|
31 |
XL = 1024_768,
|
|
|
32 |
X2L = 1280_960,
|
|
|
33 |
X3L = 1600_1200,
|
|
|
34 |
CRX2S = 63_63,
|
|
|
35 |
CS = 300_300,
|
|
|
36 |
CXS = 100_100,
|
|
|
37 |
CRXS = 100_100"
|