# Copy to docker/env/librarian.env and fill in. CONJURER_LIBRARIAN_HOST=0.0.0.0 CONJURER_LIBRARIAN_PORT=5001 # Same shared secret as the bot (empty = auth disabled). CONJURER_API_KEY= # Where to POST search results back to (the bot's comm layer). CONJURER_MAIN_BOT=http://BOT_VM_IP:5000 # Crossref polite-pool contact (or put credentials in netrc under "crossref"). CONJURER_CROSSREF_MAILTO=you@example.com # Local DOI chunk database (mounted volume): expects 0_chunk.txt .. N_chunk.txt CONJURER_LIBRARIAN_DB_PATH=/doi/ CONJURER_LIBRARIAN_MAXTHREADS=41 CONJURER_LIBRARIAN_CHUNK=_chunk.txt # Optional netrc (for Crossref credentials) CONJURER_NETRC_FILE=/secrets/.netrc