This is an automated email from the git hooks/post-receive script. New commit to branch feature/253-tuiles in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit de566ab493193d69e86f3e6c761b0931a5d02fb3 Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 16 16:19:39 2020 +0100 Ajout de configuration storybook --- pollen-ui-riot-js/.storybook/preview-head.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pollen-ui-riot-js/.storybook/preview-head.html b/pollen-ui-riot-js/.storybook/preview-head.html new file mode 100644 index 00000000..06fe6660 --- /dev/null +++ b/pollen-ui-riot-js/.storybook/preview-head.html @@ -0,0 +1,9 @@ +<script> +window.pollenConf = { + endPoint: "http://localhost:8081", + piwikUrl: "", // add the piwik url, eg: http://localhost/piwik + piwikSiteId: "", // add the site id, eg: 3 + defaultMessageTimeout: 15, + resourceMaxSize: 10000000 // octets => 10 Mo +}; +</script> \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.