Files
einundzwanzig-portal/config/feeds/services.php
Benjamin Takats 85b2856bcd podcasts added
2022-12-12 19:17:09 +01:00

9 lines
144 B
PHP

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