# Required: Get your API key from https://dashboard.audius.org
AUDIUS_API_KEY=your_api_key_here
# Optional - Your Audius API secret
# Some features may be limited without this
AUDIUS_API_SECRET=your_api_secret_here
# Optional: Port for the streaming server (default: 3333)
PORT=3333
# Optional: Comma-separated list of allowed origins
# Default: * (all origins)
ALLOWED_ORIGINS=*