mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +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' => '',
 | |
|     ],
 | |
| 
 | |
| ];
 |