mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
15 lines
325 B
Bash
15 lines
325 B
Bash
# Librarian service configuration
|
|
|
|
CONJURER_API_KEY=HACKME!
|
|
|
|
CONJURER_MAIN_BOT=http://conjurer-bot:5000
|
|
|
|
CONJURER_LIBRARIAN_HOST=0.0.0.0
|
|
CONJURER_LIBRARIAN_PORT=5001
|
|
CONJURER_LIBRARIAN_MAX_RESULTS=500
|
|
|
|
CONJURER_CROSSREF_MAILTO=HACKME!
|
|
CONJURER_LIBRARIAN_LOG=/data/logs/librarian.log
|
|
|
|
CONJURER_NETRC_FILE=/data/secrets/.netrc
|