NewsArchiverV2/.env.example

14 lines
346 B
Plaintext

# NewsArchiver Environment Variables
# Copy this file to .env and edit with your values
# Directory where archived files will be stored
# This is perfect for NAS mounting
ARCHIVE_DIR=/data/archives
# Optional: Web server configuration
# WEB_HOST=0.0.0.0
# WEB_PORT=5000
# Optional: Logging level (DEBUG, INFO, WARNING, ERROR)
# LOG_LEVEL=INFO