Feat: Add minimal env template for Dokploy

This commit is contained in:
2026-03-14 00:03:10 -07:00
parent 6d003b3b56
commit 875960a0f6

12
.env.example Normal file
View File

@@ -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