Jobber/scripts/jobber-cron-dobkin-ai.env.example
ilia 667bc70b7d
All checks were successful
CI / skip-ci-check (pull_request) Successful in 5s
CI / docker-ci (pull_request) Successful in 7s
CI / secret-scan (pull_request) Successful in 7s
feat: seed Ilia Dobkin AI search profile and keyword set
Adds an AI Engineer profile/resume path and keyword terms for LLM/MCP/RAG role discovery alongside the existing SDET sets.
2026-07-15 12:55:54 -04:00

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