Skip to main content

read_key_from_dotenv

Function read_key_from_dotenv 

Source
pub fn read_key_from_dotenv() -> Option<String>
Expand description

Read MURK_KEY from .env file if present.

Supports MURK_KEY_FILE=path references (preferred) and legacy inline MURK_KEY=value (deprecated — logs a warning).