Files
einundzwanzig-portal/config/feeds/services.php
Benjamin Takats 05887c7daa twitter bot added
2023-01-15 23:29:59 +01:00

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'),
]
];