Update .env.example

This commit is contained in:
2026-03-14 20:43:19 -07:00
committed by GitHub
parent 1a76668eae
commit 99d0f1ed46

View File

@@ -3,7 +3,5 @@ ADMIN_PASS=super_secure_password_meow
NTFY_URL=https://ntfy.sh/my_secret_kalbot_topic
CAPTCHA_SECRET=change_me_to_a_random_string_in_dokploy
PORT=3004
# Kalshi API (https://kalshi.com/account/api)
KALSHI_API_KEY_ID=your-key-id-here
KALSHI_RSA_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\nPASTE_YOUR_FULL_KEY_HERE\n-----END RSA PRIVATE KEY-----"