# Conclave SDK Configuration Example
# Gateway API Endpoint
CONCLAVE_GATEWAY_URL=https://gateway.conxian-labs.com
# Telemetry API Key (Optional)
# CONCLAVE_TELEMETRY_KEY=your_api_key_here
# Enclave Type: 'headless', 'android', or 'cloud'
CONCLAVE_ENCLAVE_TYPE=headless
# Logging Level: error, warn, info, debug, trace
RUST_LOG=info