From e6dc20f845fac7d16910adc8fd049faeb52a76d4 Mon Sep 17 00:00:00 2001 From: 0xcathiefish <72328723+0xcathiefish@users.noreply.github.com> Date: Sat, 30 May 2026 09:02:45 +0000 Subject: [PATCH] chore: remove unused APP_NAME environment variable --- .env.example | 2 -- 1 file changed, 2 deletions(-) diff --git a/.env.example b/.env.example index 52111c0..e6cb410 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,5 @@ # Application Environment Variables Template -# Name of the application -APP_NAME=nosync-monitor # Logging configuration level (e.g. info, debug, trace) RUST_LOG=info