Files
Prowlarr-TS-SDK/examples/.env.template

16 lines
477 B
Plaintext

# prowlarr SDK Environment Variables
# Copy this file to .env and fill in your actual values
# DO NOT commit the .env file to version control
# Security Configuration
# The SDK supports loading security credentials from environment variables
# with the prefix: PROWLARR_
#
# Security environment variables:
PROWLARR_X_API_KEY=your_x-api-key_here
PROWLARR_APIKEY=your_apikey_here
# Debug Configuration
# Enable HTTP request/response logging for debugging
PROWLARR_DEBUG=false