upload facility now works in single CIS mode; some simple command-line video moderati...
[living-lab-site.git] / application / config / p2p-tube.php
index a71d1b7..96491f5 100644 (file)
@@ -1,6 +1,6 @@
 <?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
 
-// P2P-Tube specific configuration files
+// P2P-Tube specific configuration file
 
 /*
 |--------------------------------------------------------------------------
@@ -90,7 +90,12 @@ $config['default_torrent_ext'] = 'tstream';
 | IDs must be numeric and must preferably start from 1.
 |
 */
-$config['categories'] = array(1 => 'movies', 2 => 'tech-talks', 3 => 'events', 4 => 'karaoke');
+$config['categories'] = array(
+       1 => 'movies',
+       2 => 'tech-talks',
+       3 => 'events',
+       4 => 'karaoke'
+);
 
 /*
 |--------------------------------------------------------------------------
@@ -121,3 +126,49 @@ $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
+|--------------------------------------------------------------------------
+|
+| Keys are language codes and values are language names as they appear in
+| languages folder.
+|
+*/
+$config['available_languages_list'] = array(
+       'en'=>'english',
+       'ro'=>'romanian'
+);
+
+/*
+|--------------------------------------------------------------------------
+| 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';
+
+/*
+|--------------------------------------------------------------------------
+| Require Moderation
+|--------------------------------------------------------------------------
+|
+| Set whether or not a new uploaded video must be aproved by an
+| administrator.
+|
+*/
+$config['require_moderation'] = TRUE;
\ No newline at end of file