From d20c47e0597e1c1c6cc94c9c27b44b2f5bb61a79 Mon Sep 17 00:00:00 2001 From: "Olabarrieta Palacios, Ignacio" <ignacio.olabarrieta@tecnalia.com> Date: Fri, 21 Jan 2022 09:35:43 +0100 Subject: [PATCH] adding location of file --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 785e0cc1..899d3d10 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,11 @@ $ 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 +To "skip" the autentication process only for development purpouses change in /src/assets/config.json +```bash "enableAuthentication":false +``` + To push back to the repository ```bash -- GitLab