mirror of
https://github.com/Warky-Devs/nvr-notify-api.git
synced 2025-05-18 23:27:32 +00:00
11 lines
333 B
JSON
11 lines
333 B
JSON
{
|
|
"server_port": "8080",
|
|
"log_file": "vivotek_events.log",
|
|
"notify_url": "https://your-notification-service.com/webhook",
|
|
"auth_username": "admin",
|
|
"auth_password": "your-secure-password",
|
|
"telegram_enabled": true,
|
|
"telegram_token": "YOUR_TELEGRAM_BOT_TOKEN",
|
|
"telegram_chat_id": "YOUR_CHAT_ID"
|
|
}
|
|
|