From 882e0a1e82624f9962d549f4260fb8c46ed35f0b Mon Sep 17 00:00:00 2001 From: Vladimir Mirivlad Date: Fri, 6 Feb 2026 07:58:26 +0000 Subject: [PATCH] Fix documentation - remove actual credentials, use placeholders instead --- SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SKILL.md b/SKILL.md index 1ce7e51..f96312e 100644 --- a/SKILL.md +++ b/SKILL.md @@ -20,9 +20,9 @@ RSS Hub предоставляет агентам возможность: 2. Настройте переменные окружения в файле `.env`: ``` DB_HOST=localhost - DB_NAME=rsshub - DB_USER=rsshub - DB_PASS=rsshub_moloko22 + DB_NAME=your_database_name + DB_USER=your_database_user + DB_PASS=your_secure_password APP_ENV=development APP_DEBUG=true APP_URL=https://your-domain.com