mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
17 lines
280 B
PHP
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' => '',
|
|
],
|
|
|
|
];
|