branch release/3.0.0 updated (7ce8b58d -> 9f9d925f)
This is an automated email from the git hooks/post-receive script. New change to branch release/3.0.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 7ce8b58d Update .gitlab-ci.yml new 9f9d925f suppression d'un mauvais nom de domaine The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9f9d925fe7db9e90c359fb65d101403f93750037 Author: Kevin Morin <morin@codelutin.com> Date: Thu Sep 28 16:23:15 2017 +0200 suppression d'un mauvais nom de domaine Summary of changes: pollen-ui-riot-js/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch release/3.0.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 9f9d925fe7db9e90c359fb65d101403f93750037 Author: Kevin Morin <morin@codelutin.com> Date: Thu Sep 28 16:23:15 2017 +0200 suppression d'un mauvais nom de domaine --- pollen-ui-riot-js/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/webpack.config.js b/pollen-ui-riot-js/webpack.config.js index 842da4d2..5ebf4111 100644 --- a/pollen-ui-riot-js/webpack.config.js +++ b/pollen-ui-riot-js/webpack.config.js @@ -34,7 +34,7 @@ module.exports = { new CopyWebpackPlugin([ {from: "src/main/web/conf.js", transform: function(content) { - return content.toString().replace("POLLEN_API_URL", JSON.stringify(process.env.POLLEN_SERVER_CONTEXT || "http://opensource.brickred.com:8888/pollen-rest-api")); + return content.toString().replace("POLLEN_API_URL", JSON.stringify(process.env.POLLEN_SERVER_CONTEXT || "http://localhost:8888/pollen-rest-api")); }}, {from: "src/main/web/index.html"}, {from: "src/main/web/help", to: "help"}, -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm