From 1a76668eae058bc221a8ec5acc27809ccf69df20 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 14 Mar 2026 20:42:28 -0700 Subject: [PATCH] Feat: Add Kalshi API key ID and RSA private key --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 79b3590..65a3f76 100644 --- a/.env.example +++ b/.env.example @@ -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-----"