X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fconfig%2Fp2p-tube.php;h=a35cddcae09676eb7ea3636189cc09a38147cafa;hb=e1f154780b5b004e047977b6582dd19bf85d4e4d;hp=85dc44a00090ca56c3b1540da201441379b1c3a8;hpb=93de016032e54b45db35f18d8538fd5b11a7c72e;p=living-lab-site.git diff --git a/application/config/p2p-tube.php b/application/config/p2p-tube.php index 85dc44a..a35cddc 100644 --- a/application/config/p2p-tube.php +++ b/application/config/p2p-tube.php @@ -122,6 +122,16 @@ $config['videos_per_row'] = 5; */ $config['search_results_per_page'] = 20; +/* +|-------------------------------------------------------------------------- +| Video Comments per Page +|-------------------------------------------------------------------------- +| +| The number of video comments shown per page (as in video/watch). +| +*/ +$config['video_comments_per_page'] = 20; + /* |-------------------------------------------------------------------------- | A list with all available languages in which the site is translated @@ -134,4 +144,15 @@ $config['search_results_per_page'] = 20; $config['available_languages_list'] = array( 'en'=>'english', 'ro'=>'romanian' -); \ No newline at end of file +); + +/* +|-------------------------------------------------------------------------- +| No-Reply E-mail address +|-------------------------------------------------------------------------- +| +| The e-mail address from which the users receive e-mail notifications +| like account activation e-mail or password recovery. +| +*/ +$config['noreply_email'] = 'no-reply@p2p-next.cs.pub.ro'; \ No newline at end of file