From 1bf5d1afd68d8ef4f25a0ff7cbbf4a0277011e08 Mon Sep 17 00:00:00 2001 From: Egor Pozharov Date: Thu, 16 Apr 2026 13:13:19 +0600 Subject: [PATCH] update Gitea registry credentials in production example --- .env.production.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production.example b/.env.production.example index 440bc70..b2b69c4 100644 --- a/.env.production.example +++ b/.env.production.example @@ -10,6 +10,6 @@ JWT_SECRET=your_random_jwt_secret_min_32_chars SEED_ADMIN_PASSWORD=your_secure_password_here # Gitea Registry credentials for Watchtower -GITEA_REGISTRY=gitea.your-domain.com/yourusername -GITEA_USER=your_gitea_username +GITEA_REGISTRY=gitea.chedius.ru/chedius +GITEA_USER=chedius GITEA_TOKEN=your_gitea_token_or_password