Files
einundzwanzig-portal/config/feeds/services.php
Benjamin Takats 660c7da394 podcasts added
2022-12-06 18:17:05 +01:00

9 lines
144 B
PHP

<?php
return [
'podcastindex-org' => [
'key' => env('PODCASTINDEX_ORG_KEY'),
'secret' => env('PODCASTINDEX_ORG_SECRET'),
]
];