# PDF Umbenenner Test Configuration Example # AP-005: Copy this file to config/application.properties and adjust values for testing # Mandatory M1 properties source.folder=./work/test/source target.folder=./work/test/target sqlite.file=./work/test/pdf-umbenenner-test.db api.baseUrl=http://localhost:8081/api api.model=gpt-4o-mini-test api.timeoutSeconds=10 max.retries.transient=1 max.pages=5 max.text.characters=2000 prompt.template.file=./config/prompts/test-template.txt # Optional properties runtime.lock.file=./work/test/lock.pid log.directory=./work/test/logs log.level=DEBUG # api.key can also be set via environment variable PDF_UMBENENNER_API_KEY api.key=test-api-key-placeholder