From 875960a0f60431423d5b40b4e37b64927e645395 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 14 Mar 2026 00:03:10 -0700 Subject: [PATCH] Feat: Add minimal env template for Dokploy --- .env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..fa4bccc --- /dev/null +++ b/.env.example @@ -0,0 +1,12 @@ +# 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