# # Jobber cron env — cherepaha # Copy to /root/.jobber-cron-cherepaha.env (chmod 600) # # Used by: scripts/jobber-pipeline-telegram.sh # # 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=cherepaha BASIC_AUTH_PASSWORD=CHANGEME # Telegram bot + chat destination TELEGRAM_BOT_TOKEN=CHANGEME TELEGRAM_CHAT_ID=CHANGEME