alfred-nextcloud/config.example.php

19 lines
315 B
PHP
Raw Permalink Normal View History

2024-08-05 23:33:27 +02:00
<?php
return [
'url' => '',
'secret' => '',
'conversation' => '',
2024-08-06 16:06:07 +02:00
'youtube-dl' => [
'bin' => 'bin/youtube-dl',
'download_folder' => '',
],
2024-08-05 23:33:27 +02:00
'masters' => [
'Maître',
'Monsieur',
'Seigneur',
'Doyen',
'Monseigneur',
],
];