Add RXRESUME_URL to .env.example (fixes #224) (#229)

This commit is contained in:
hussainweb 2026-02-23 02:10:29 -05:00 committed by GitHub
parent 56276b2b29
commit 70f8afd294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,10 @@ MODEL=google/gemini-3-flash-preview
# DEPRECATED (auto-copied to LLM_API_KEY for compatibility) # DEPRECATED (auto-copied to LLM_API_KEY for compatibility)
# OPENROUTER_API_KEY=your_openrouter_api_key_here # OPENROUTER_API_KEY=your_openrouter_api_key_here
# Self-hosted RxResume base URL, e.g., http://rxresume.local.net
# Defaults to https://v4.rxresu.me
# RXRESUME_URL=
# RXResume credentials for PDF generation # RXResume credentials for PDF generation
# Create an account at: https://v4.rxresu.me # Create an account at: https://v4.rxresu.me
RXRESUME_EMAIL=your_email@example.com RXRESUME_EMAIL=your_email@example.com