From bc02328acdd56dadc26b25049c3f0e371c18bcb2 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 14 Mar 2026 17:51:44 -0700 Subject: [PATCH] Update .env.example --- .env.example | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.env.example b/.env.example index fa4bccc..79b3590 100644 --- a/.env.example +++ b/.env.example @@ -1,12 +1,5 @@ -# Admin Credentials ADMIN_EMAIL=admin@kal.planetrenox.com ADMIN_PASS=super_secure_password_meow - -# Ntfy Alerts NTFY_URL=https://ntfy.sh/my_secret_kalbot_topic - -# Captcha Security (Random string) CAPTCHA_SECRET=change_me_to_a_random_string_in_dokploy - -# Application Port PORT=3004