mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-12 12:58:02 -05:00
8 lines
356 B
Text
8 lines
356 B
Text
# Environment variables for E2E tests
|
|
PAPERLESS_NGX_URL=http://localhost:8000
|
|
PAPERLESS_GPT_URL=http://localhost:8080
|
|
PAPERLESS_ADMIN_USER=admin
|
|
PAPERLESS_ADMIN_PASSWORD=admin
|
|
|
|
# Add your OpenAI API key here (required for document processing)
|
|
# OPENAI_API_KEY=sk-uhB.... # Replace with your actual OpenAI API key from https://platform.openai.com/api-keys
|