Jobber/scripts/jobber-cron.env.example

12 lines
411 B
Plaintext

# Copy to /root/.jobber-cron.env and chmod 600. Do not commit real values.
#
# TELEGRAM_CHAT_ID: from getUpdates → result[0].message.chat.id
# Private DMs: usually the same as your Telegram user id.
TELEGRAM_BOT_TOKEN=""
TELEGRAM_CHAT_ID=""
JOBOPS_URL="http://127.0.0.1:3005"
# Optional — only if BASIC_AUTH_USER / BASIC_AUTH_PASSWORD are set in Jobber .env
# BASIC_AUTH_USER=""
# BASIC_AUTH_PASSWORD=""