mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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 [
|
return [
|
||||||
'twitter' => [
|
'twitter' => [
|
||||||
'consumerkey' => 'localhost',
|
'consumerkey' => '1234567890',
|
||||||
'consumersecret' => 'mysqlusername',
|
'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue