diff --git a/README.md b/README.md index 80e3560494f9c0e28e6df82ce8e445fc02c4e5e3..785e0cc1a736ccdcc106cfde1900a41f5b9944fe 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