G_webserver_max var added to brisk.conf-templ.pho config template file
[brisk.git] / web / Obj / brisk.conf-templ.pho
index 5cf4505..00dd479 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+// G_dbasetype value can be "pgsql" or "file"
+$G_dbasetype="pgsql";
 $G_lang = "it";
 $G_shutdown = FALSE;
 $G_room_roadmap = '<div style=\"text-align: left;\"><ul>
@@ -10,6 +12,9 @@ $G_room_roadmap = '<div style=\"text-align: left;\"><ul>
 $G_proxy_white_list = array();
 $G_alarm_passwd = "yourpasswd";
 $G_is_local = FALSE;
+
+$G_webserver_max = 120;
+
 $G_black_list = array();
 
 // is the top banner active ?
@@ -21,6 +26,21 @@ $G_with_sidebanner2 = TRUE;
 // is poll active ?
 $G_with_poll = FALSE;
 
+// this is the prefix path to remove from backtrace 
+$G_btrace_pref_sub = "/home/nastasi/web/";
+
+$G_with_splash = TRUE;
+$G_splash_interval = 25200; // 3600 * 7
+$G_splash_idx = 3;
+$G_splash_w = 350;
+$G_splash_h = 500;
+$G_splash_timeout = 5000;
+$G_splash_content = array( 'it' => 'content italico',
+                           'en' => 'content anglofico' );
+
+$G_with_donors = TRUE;
+$G_donors_cur = 12;
+$G_donors_all = 50;
 
 $G_topbanner = '<div class="topbanner" id="topbanner" onMouseOver="show_bigpict(this, \'over\', -100, 80);" onMouseOut="show_bigpict(this, \'out\', 0, 0);">
 <a target="_blank" href="http://www.briscolachiamatamilano.it/maggiotorneo.htm">
@@ -44,4 +64,4 @@ $G_poll_entries = array( array( 'id' => 'din', 'cont' => 'Dinner room'),
                          array( 'id' => 'bat', 'cont' => 'Bath room'),
                          array( 'id' => 'coo', 'cont' => 'Cooking room') );
 
-?>
\ No newline at end of file
+?>