From ff327ec4671747f731349a438e66f565574a07b7 Mon Sep 17 00:00:00 2001 From: lilsezgin Date: Wed, 14 Jan 2026 05:57:29 +0100 Subject: [PATCH] Add configuration documentation Documents basic configuration and environment variable expectations --- docs/CONFIGURATION.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/CONFIGURATION.md diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md new file mode 100644 index 00000000..d7a4368e --- /dev/null +++ b/docs/CONFIGURATION.md @@ -0,0 +1,16 @@ +# Configuration Notes + +This document explains basic configuration expectations for the project. + +## Environment Variables + +The following values are expected to be provided by the user: +- API key +- API secret + +These should never be hardcoded and must be provided securely. + +## Local Setup + +This project assumes the user manages their own environment setup. +Refer to official Kalshi documentation for credentials management.