10 lines
257 B
Plaintext
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" |