mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
twitter bot added
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'podcastindex-org' => [
|
||||
'key' => env('PODCASTINDEX_ORG_KEY'),
|
||||
'secret' => env('PODCASTINDEX_ORG_SECRET'),
|
||||
]
|
||||
return [
|
||||
'twitterAccountId' => env('TWITTER_ACCOUNT_ID', null),
|
||||
|
||||
'podcastindex-org' => [
|
||||
'key' => env('PODCASTINDEX_ORG_KEY'),
|
||||
'secret' => env('PODCASTINDEX_ORG_SECRET'),
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user