Files
firefly-iii/config/ntfy-notification-channel.php

15 lines
237 B
PHP
Raw Normal View History

2024-12-09 06:27:37 +01:00
<?php
// config for Wijourdil/NtfyNotificationChannel
return [
2024-12-11 07:23:46 +01:00
'server' => 'https://ntfy.sh',
'topic' => '',
2024-12-09 06:27:37 +01:00
'authentication' => [
2024-12-11 07:23:46 +01:00
'enabled' => false,
'username' => '',
'password' => '',
2024-12-09 06:27:37 +01:00
],
];