mirror of
https://github.com/multipleof4/KalBot.git
synced 2026-03-16 21:41:02 +00:00
Feat: Add minimal env template for Dokploy
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal 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
|
||||||
Reference in New Issue
Block a user