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