mirror of
https://github.com/Warky-Devs/nvr-notify-api.git
synced 2025-05-19 07:47:31 +00:00
11 lines
312 B
JSON
11 lines
312 B
JSON
{
|
|
"server_port": "8080",
|
|
"log_file": "vivotek_events.log",
|
|
"notify_url": "",
|
|
"auth_username": "admin",
|
|
"auth_password": "your-secure-password",
|
|
"telegram_enabled": false,
|
|
"telegram_token": "7131547115:AAFq0IwkaFHU_tKS3dep28x2CjadCVkTIPs",
|
|
"telegram_chat_id": "YOUR_CHAT_ID"
|
|
}
|
|
|