From 7e9d4279a67c1e06e2c450b14bdcba4a5917f2a6 Mon Sep 17 00:00:00 2001
From: Pierre Ecarlat <pecarlat@grandlyon.com>
Date: Wed, 9 Oct 2024 17:02:37 +0200
Subject: [PATCH] Updated path to couchdb alpha password

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

diff --git a/docs/ecolyo/Technical/environments.md b/docs/ecolyo/Technical/environments.md
index 647eef8..31bf0fb 100644
--- a/docs/ecolyo/Technical/environments.md
+++ b/docs/ecolyo/Technical/environments.md
@@ -19,7 +19,7 @@ To connect to the database from your local computer, you need to create an SSH t
 ssh root@51.158.104.84 -L 8082:localhost:5984
 ```
 
-Then you can browse to [http://localhost:8082/\_utils/](http://localhost:8082/_utils/) and enter the credentials specified in the file `easy-cozy/docker-compose.yml`
+Then you can browse to [http://localhost:8082/\_utils/](http://localhost:8082/_utils/) and enter the credentials specified in the file `/opt/cozy/.env`
 
 #### Access data from an instance
 
-- 
GitLab