1365 |
aurelien |
1 |
// à renommer en config.js
|
328 |
aurelien |
2 |
var configuration = {
|
2846 |
mathias |
3 |
prod: false, // si true, enverra notamment des stats à Google Analytics
|
2807 |
aurelien |
4 |
identificationBaseUrl:"https://localhost/annuaire/jrest/Auth",
|
1365 |
aurelien |
5 |
serviceBaseUrl:"http://localhost/jrest",
|
|
|
6 |
suiviBugUrl:"http://www.tela-botanica.net/suivi/index.php?do=newtask&project=2",
|
|
|
7 |
aideBaseUrl:"http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=AideCEL",
|
2081 |
mathias |
8 |
remarquesBaseUrl:"http://www.tela-botanica.org/widget:reseau:remarques",
|
2600 |
mathias |
9 |
serviceContact:"cel",
|
1365 |
aurelien |
10 |
imageBaseUrl:"http://localhost/Documents/images_serveur/",
|
|
|
11 |
imageRedirectUrl:"http://localhost/appli:cel-img:",
|
|
|
12 |
utiliseRedirectionImage:"1",
|
|
|
13 |
referentielGeo:"WGS84",
|
|
|
14 |
cleGoogleMaps:"ABQIAAAADBUAHF9l14gI02QVAbUYJBRqPsByHDhzHLE0yoC9hASLZaFmoRT4_9Zkiscf-BaH_gEy7DVHX5BxwQ",
|
2989 |
delphine |
15 |
referentielsDispos:"bdtfxr:v3.02;bdtfx:v3.02;bdtxa:v1.01;bdtre:v0.01;florical:v1.00;aublet:v1.00;isfan:v1.00;apd:v3.4.0;lbf:v1.00;autre",
|
1365 |
aurelien |
16 |
lienEfloreBaseUrl:"www.tela-botanica.org/eflore",
|
|
|
17 |
licence:"",
|
|
|
18 |
tailleMaxUpload:"10000000",
|
|
|
19 |
formatOriginal: "O",
|
|
|
20 |
formatZoom: "X3L",
|
|
|
21 |
formatGalerie: "XS",
|
1942 |
aurelien |
22 |
formatListe: "XS",
|
1969 |
aurelien |
23 |
activerSaisieChampsEtendus: "0",
|
2393 |
aurelien |
24 |
wikiDescriptionChampsEtendusPageUrl: "http://localhost/yeswiki/wakka.php?wiki=",
|
|
|
25 |
wikiDescriptionChampsEtendusRestUrl: "http://localhost/yeswiki/api/rest/0.5/pages/",
|
|
|
26 |
wikiDescriptionChampsEtendusRestUrlOptions : "txt.format=text/plain&txt.section.titre=description courte",
|
2614 |
aurelien |
27 |
wikiDescriptionChampsEtendusUrlOptionsPageTpl : "&txt.template=tplChampEtendu",
|
|
|
28 |
langueDefaut: "fr",
|
2695 |
aurelien |
29 |
languesDisponibles: "fr,en",
|
2772 |
mathias |
30 |
chorologieAvertissementCourriel: "http://www.tela-botanica.org/projets-9"
|
2393 |
aurelien |
31 |
};
|