Fix addon-sample config file values

pull/6209/head
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 [ return [
'twitter' => [ 'twitter' => [
'consumerkey' => 'localhost', 'consumerkey' => '1234567890',
'consumersecret' => 'mysqlusername', 'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',
], ],
]; ];