Feat: Add Kalshi API key ID and RSA private key

This commit is contained in:
2026-03-14 20:42:28 -07:00
parent 73854a6b48
commit 1a76668eae

View File

@@ -3,3 +3,7 @@ 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-----"