# YOURLS-MCP Environment Configuration
# YOURLS API URL (required)
YOURLS_API_URL=https://your-yourls-domain.com/yourls-api.php
# Authentication method: 'password' or 'signature'
YOURLS_AUTH_METHOD=signature
# For signature authentication (required if auth_method is 'signature')
YOURLS_SIGNATURE_TOKEN=your-secret-signature-token
YOURLS_SIGNATURE_TTL=43200
# For password authentication (required if auth_method is 'password')
YOURLS_USERNAME=your-username
YOURLS_PASSWORD=your-password