21 lines
506 B
Plaintext
21 lines
506 B
Plaintext
# API-Metadaten
|
|
APP_NAME=Transcript Anonymizer API
|
|
APP_VERSION=1.0.0
|
|
|
|
# Uploads und Limits
|
|
UPLOAD_FOLDER=uploads
|
|
MAX_FILE_SIZE=16777216
|
|
ALLOWED_EXTENSIONS=["docx","txt"]
|
|
|
|
# Pfad zur Konfigurationsdatei (für cf_persons/labels/excluded_words)
|
|
CONFIG_JSON_PATH=app/config/config.json
|
|
|
|
# Ausgabe-Verzeichnis für Reports/Tests
|
|
API_OUTPUT_DIR=output
|
|
|
|
# Logging
|
|
LOG_LEVEL=INFO
|
|
ACCESS_LOG_LEVEL=INFO
|
|
|
|
LOG_LEVEL=INFO # oder DEBUG/WARNING/ERROR
|
|
ACCESS_LOG_LEVEL=INFO # Level nur für Uvicorn-Access-Logs |