From 465bd8b60c85ba2d5b067ab86bbff75913729e1e Mon Sep 17 00:00:00 2001 From: AskIt Date: Sun, 25 Jan 2026 17:01:57 +0100 Subject: [PATCH] chore(.env.example): Remove commented accent color configuration - Remove NEXT_PUBLIC_ACCENT_COLOR commented example from environment template - Simplify optional settings section by removing unused configuration option - Keep BOT_MAX_PER_USER as the only optional setting example --- .env.example | 1 - 1 file changed, 1 deletion(-) diff --git a/.env.example b/.env.example index 276abf4..58cfb7b 100644 --- a/.env.example +++ b/.env.example @@ -28,5 +28,4 @@ STORAGE_SECRET_KEY=your-secret-key STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com # Optional Settings -# NEXT_PUBLIC_ACCENT_COLOR=#00D4AA # BOT_MAX_PER_USER=5