Fix addon-sample config file values
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
return [
|
||||
'twitter' => [
|
||||
'consumerkey' => 'localhost',
|
||||
'consumersecret' => 'mysqlusername',
|
||||
'consumerkey' => '1234567890',
|
||||
'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user