Base URL of the target server (e.g., https://example.com).
Must be a valid HTTP or HTTPS URL. Trailing slashes are automatically removed.
OptionalloginPath to the login endpoint, relative to baseUrl.
OptionallogoutPath to the logout endpoint, relative to baseUrl.
OptionalemailUser email address for authentication.
OptionalpasswordUser password for authentication.
Options for creating an EnvConfig instance.
All fields are optional except
baseUrl. If optional fields are omitted,the configuration will use sensible defaults or fall back to environment
variables loaded via loadEnv.
Remarks
loginPathandlogoutPathmust not contain?or#and cannot be empty strings.emailmust be a valid email format if provided.passwordcannot be an empty string if provided.Since
0.1.1