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.