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