From df26c7da6b35a92472a2c1a342b8a2a09742716e Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 6 Oct 2025 13:19:06 +0200 Subject: [PATCH] docs(env): update .env.example to bcrypt and add migration note --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 27913bd..ee878f1 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,7 @@ # Admin Account Configuration ADMIN_USERNAME=owner -ADMIN_PASSWORD_HASH=YWRtaW4xMjM= # Base64 encoded password +ADMIN_PASSWORD_HASH=$2b$10$N9qo8uLOickgx2ZMRZoMyeIjZAgcfl7p92ldGxad68LJZdL17lhWy # bcrypt hashed password +# Legacy Base64 hashes are automatically migrated to bcrypt on server start/first login # Domain Configuration DOMAIN=localhost:5173 # For production: your-domain.com