15 lines
376 B
Plaintext
15 lines
376 B
Plaintext
# Paperless-ngx API
|
|
PAPERLESS_BASE_URL=http://localhost:8000
|
|
PAPERLESS_API_TOKEN=your_token_here
|
|
|
|
# Der exakte Name des Dokumenttyps in Paperless
|
|
PAPERLESS_DOCTYPE_NAME=Leihvertrag
|
|
|
|
# EasyDB API (Platzhalter, wird später aktiviert)
|
|
EASYDB_BASE_URL=https://easydb.example.com
|
|
EASYDB_API_TOKEN=your_easydb_token_here
|
|
|
|
# App-Konfiguration
|
|
PORT=3000
|
|
ORIGIN=http://localhost:3000
|