Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
180 |
david |
1 |
// A renommer en config.js
|
|
|
2 |
|
|
|
3 |
var configuration = {
|
|
|
4 |
serviceBaseUrl:"http://localhost/jrest",
|
|
|
5 |
suiviBugUrl:"http://www.tela-botanica.net/suivi/index.php?do=newtask&project=2",
|
|
|
6 |
aideBaseUrl: "http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=AideCEL",
|
|
|
7 |
imageBaseUrl: "http://162.38.234.9/Documents/images_serveur/"
|
|
|
8 |
};
|
|
|
9 |
|
|
|
10 |
|