Adds an AI Engineer profile/resume path and keyword terms for LLM/MCP/RAG role discovery alongside the existing SDET sets.
26 lines
838 B
Plaintext
26 lines
838 B
Plaintext
#
|
|
# Jobber cron env — dobkin (AI Engineer)
|
|
# Copy to /root/.jobber-cron-dobkin-ai.env (chmod 600)
|
|
#
|
|
# Used by: scripts/jobber-pipeline-telegram.sh
|
|
# Activate profile "Ilia Dobkin (AI)" in the Jobs UI (or via API) before cron,
|
|
# or pass the owner profile in your pipeline wrapper if supported.
|
|
#
|
|
|
|
# JobOps base URL (where the app is reachable from the cron host)
|
|
JOBOPS_URL=http://127.0.0.1:3005
|
|
|
|
# Optional: limit number of jobs linked in Telegram message
|
|
JOB_TELEGRAM_MAX_JOBS=25
|
|
|
|
# Optional: comma-separated sources to run (leave empty to use server defaults)
|
|
# JOBBER_PIPELINE_SOURCES=adzuna,gradcracker,ukvisajobs
|
|
|
|
# App-level Basic Auth (enables per-user separation when set on the server)
|
|
BASIC_AUTH_USER=dobkin
|
|
BASIC_AUTH_PASSWORD=CHANGEME
|
|
|
|
# Telegram bot + chat destination
|
|
TELEGRAM_BOT_TOKEN=CHANGEME
|
|
TELEGRAM_CHAT_ID=CHANGEME
|