nvr-notify-api/config.sample.json
2025-02-25 13:36:16 +02:00

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"
}