mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
9 lines
144 B
PHP
9 lines
144 B
PHP
<?php
|
|
|
|
return [
|
|
'podcastindex-org' => [
|
|
'key' => env('PODCASTINDEX_ORG_KEY'),
|
|
'secret' => env('PODCASTINDEX_ORG_SECRET'),
|
|
]
|
|
];
|