From dd8c362eab36219afd6e6f83efea57439abf36da Mon Sep 17 00:00:00 2001 From: Elian Loraux <elian.loraux@tetras-libre.fr> Date: Wed, 4 Dec 2024 11:14:42 +0100 Subject: [PATCH] add warn for store in password manager --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 394d050..b353523 100644 --- a/.env.sample +++ b/.env.sample @@ -1,6 +1,6 @@ # FTP host (the storage box adresses for Tetras) host="CHANGEME" -# The FTP user (or sub user for Tetras) +# The FTP user (or sub user for Tetras) /!\ to put in the password manager user="CHANGEME" # FTP password (give at creation of subuser at Tetras) /!\ to put in the password manager ftppass="CHANGEME" -- GitLab