Fix addon-sample config file values
This commit is contained in:
parent
ea4e772b1e
commit
0eb72ae1d6
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'twitter' => [
|
'twitter' => [
|
||||||
'consumerkey' => 'localhost',
|
'consumerkey' => '1234567890',
|
||||||
'consumersecret' => 'mysqlusername',
|
'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue