pub fn read_key_from_dotenv() -> Option<String>
Read MURK_KEY from .env file if present.
.env
Checks for both export MURK_KEY=... and MURK_KEY=... forms. Returns the key value or None if not found.
export MURK_KEY=...
MURK_KEY=...
None