From e3c48a18fa74363344733772c1d094dc93a04550 Mon Sep 17 00:00:00 2001
From: Mathieu Ponton <mponton@grandlyon.com>
Date: Tue, 31 Oct 2023 16:03:22 +0000
Subject: [PATCH] feat: added the default password of the local cozy instance.

---
 docs/ecolyo/technical/launch_local_application.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ecolyo/technical/launch_local_application.md b/docs/ecolyo/technical/launch_local_application.md
index 78a2298..062fc33 100644
--- a/docs/ecolyo/technical/launch_local_application.md
+++ b/docs/ecolyo/technical/launch_local_application.md
@@ -49,7 +49,7 @@ Wait until the success message:
 > Everything is setup. Go to <http://ecolyo.cozy.tools:8080/>  
 > To exit, press ^C
 
-Once successful you can launch your local cozy with following url: [Cozy local url](http://cozy.tools:8080/)
+Once successful you can launch your local cozy with following url: [Cozy local url](http://cozy.tools:8080/). The password of this instance is set to _"cozy"_ by default.
 
 Local database can also be consulted at the following url: [Cozy local DB](http://localhost:5984/_utils/)
 
-- 
GitLab