Files
server-toolset/ssh-notify/example.conf
2025-08-29 09:40:20 +03:00

10 lines
257 B
Plaintext

# Email Notification Settings
EMAIL_RECIPIENT=""
EMAIL_API_ENDPOINT="https://mail-proxy.example.org/api/mail"
# Telegram Notification Settings
TELEGRAM_BOT_TOKEN=""
TELEGRAM_CHAT_ID=""
# Log file for the notifier script
LOG_FILE="/var/log/ssh-notify.log"