# Luno API credentials
# Register at https://www.luno.com/en/developers and generate API keys from account settings
LUNO_API_KEY_ID=your_api_key_id
LUNO_API_SECRET=your_api_secret
# Optional: Set the Luno API domain (defaults to api.luno.com)
# LUNO_API_DOMAIN=api.luno.com
# Optional: Enable debug mode (outputs additional API information)
# Set to "true", "1", or "yes" to enable
# LUNO_API_DEBUG=false