Fix addon-sample config file values

This commit is contained in:
Hypolite Petovan 2018-11-27 02:44:19 -05:00
parent ea4e772b1e
commit 0eb72ae1d6
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
return [
'twitter' => [
'consumerkey' => 'localhost',
'consumersecret' => 'mysqlusername',
'consumerkey' => '1234567890',
'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',
],
];