Files
firefly-iii/config/ntfy-notification-channel.php
2024-12-11 07:23:46 +01:00

15 lines
237 B
PHP

<?php
// config for Wijourdil/NtfyNotificationChannel
return [
'server' => 'https://ntfy.sh',
'topic' => '',
'authentication' => [
'enabled' => false,
'username' => '',
'password' => '',
],
];