nextcloud2ntfy/config-example.json

18 lines
438 B
JSON
Raw Normal View History

2025-01-14 03:21:44 +01:00
{
"ntfy_base_url": "https://ntfy.sh",
2025-01-14 03:21:44 +01:00
"ntfy_topic": "nextcloud",
"ntfy_auth": "false",
"ntfy_token": "authentication_token",
2025-01-14 03:21:44 +01:00
"nextcloud_base_url": "https://nextcloud.example.com",
2025-01-14 03:21:44 +01:00
"nextcloud_username": "user",
"nextcloud_password": "application_password",
2025-01-14 03:21:44 +01:00
"nextcloud_poll_interval_seconds": 60,
"nextcloud_error_sleep_seconds": 600,
"nextcloud_204_sleep_seconds": 3600,
2025-01-14 03:21:44 +01:00
"rate_limit_sleep_seconds": 600
}