Files
firefly-iii/config/ntfy-notification-channel.php
2024-12-14 05:45:54 +01:00

17 lines
280 B
PHP

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