changeset 22:f2877f1b0b75

Update configuration template.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Dec 2012 21:28:17 +0200
parents 726fecc2bcfa
children e6ffab8414cc
files mconfig.inc.php.example
diffstat 1 files changed, 12 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/mconfig.inc.php.example	Thu Dec 06 21:27:47 2012 +0200
+++ b/mconfig.inc.php.example	Thu Dec 06 21:28:17 2012 +0200
@@ -1,16 +1,17 @@
 <?
 // Site configuration
 $siteSettings = array(
-  "allowRegister" => false,
-  "allowVoting" => TRUE,
-  "showResults" => TRUE,
-  "showAuthors" => TRUE,
-  "maxAttendees" => 60,
+//  "admPassword"     => "xxx",
+  "sqlDB"           => "sqlite:fap.sqlite3",
+
+  "debug"           => false,
 
-  "admpass" => "supreme",
-  "dbfilename" => "fap.sqlite3",
+  "voteKeyLength"   => 8,
+  "voteMin"         => -1,
+  "voteMax"         => 2,
 
-  "votekeylen" => 8,
+  "voteTimeout"     => 120,
+  "admTimeout"      => 15,
 );
 
 
@@ -20,12 +21,13 @@
   "/fap2012/vote" => false,
 );
 
-$pageTitle = "Finnish Amiga Party 2012";
+
+$pageTitle = "Finnish Amiga Party 2022";
 $pageCharset = "utf-8";
 $pageCSS = "fap.css";
 
 $specURLs = array(
-  "irc" => array("irc://#fap2012@ircnet", "#fap2012 @ IRCNet"),
+  "irc" => array("irc://#fap2022@ircnet", "#fap2022 @ IRCNet"),
 );
 
 ?>
\ No newline at end of file