mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Fix addon-sample config file values
This commit is contained in:
parent
ea4e772b1e
commit
0eb72ae1d6
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
return [
|
||||
'twitter' => [
|
||||
'consumerkey' => 'localhost',
|
||||
'consumersecret' => 'mysqlusername',
|
||||
'consumerkey' => '1234567890',
|
||||
'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue