# Papertrail Configuration
# Copy this file to .env and update with your actual Papertrail credentials

# Required: Your Papertrail host
PAPERTRAIL_HOST=logs.papertrailapp.com

# Required: Your Papertrail port
PAPERTRAIL_PORT=12345

# Required: Your program name (appears in Papertrail)
PAPERTRAIL_PROGRAM=your-app-name

# Optional: Your Papertrail token for secure connections
PAPERTRAIL_TOKEN=your-token-here

# Example configuration:
# PAPERTRAIL_HOST=logs.papertrailapp.com
# PAPERTRAIL_PORT=12345
# PAPERTRAIL_PROGRAM=my-production-app
# PAPERTRAIL_TOKEN=abc123def456ghi789 