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