mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 13:18:02 -05:00
9 lines
356 B
Text
9 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
|