This is an automated email from the git hooks/post-receive script. New commit to branch feature/41_mentions_legales in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit a9464b30652dcf8c206c93801fde41a388f1b354 Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Tue Sep 26 16:52:50 2017 +0200 Corrige une mauvaise configuration --- pollen-ui-riot-js/src/main/web/conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/conf.js b/pollen-ui-riot-js/src/main/web/conf.js index d0ac4384..5e1887b6 100644 --- a/pollen-ui-riot-js/src/main/web/conf.js +++ b/pollen-ui-riot-js/src/main/web/conf.js @@ -20,7 +20,7 @@ */ window.pollenConf = { endPoint: POLLEN_API_URL, - piwikUrl: "toto", // add the piwik url, eg: http://localhost/piwik + piwikUrl: "", // add the piwik url, eg: http://localhost/piwik piwikSiteId: "", // add the site id, eg: 3 defaultMessageTimeout: 15, resourceMaxSize: 10000000 // octets => 10 Mo -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.