From f2f6c831f97cad86300e99641a32c5c59dec28ff Mon Sep 17 00:00:00 2001 From: "Olabarrieta Palacios, Ignacio" <ignacio.olabarrieta@tecnalia.com> Date: Fri, 21 Jan 2022 09:33:56 +0100 Subject: [PATCH] Adding a couple of hints for developing purposes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 80e35604..785e0cc1 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,14 @@ $ docker-compose up This section summarizes the basic commands and configurations needed to integrate a new tool into the URBANITE-UI. It is suggested to fork the repository or to create a specific branch for any new tool to be integrated. +To "skip" the autentication process only for development purpouses +"enableAuthentication":false +To push back to the repository + +```bash +$ git push --no-verify +``` + ### Create a Module -- GitLab