Skip to content

Commit

Permalink
Config: change nb quotes to publish per day + default avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Augusti committed Nov 27, 2015
1 parent ef4faba commit c486cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@

'comments.nbCommentsPerPage' => 10,

'quotes.nbQuotesToPublishPerDay' => 5,
'quotes.nbQuotesToPublishPerDay' => 3,

'quotes.nbQuotesPerPage' => 10,

Expand All @@ -275,7 +275,7 @@

'newsletters.nbQuotesToSendDaily' => 2,

'users.avatar.default' => 'http://teen-quotes.com/assets/images/chat.png',
'users.avatar.default' => 'https://account.teen-quotes.com/assets/images/chat.png',
'users.avatarPath' => 'uploads/avatar',
'users.avatarWidth' => 200,
'users.avatarHeight' => 200,
Expand Down

0 comments on commit c486cae

Please sign in to comment.