mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
16 lines
477 B
Plaintext
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
|