'update'
[qomet.git] / config / parameters.js.dist
index 82ca2ae..d54dc83 100644 (file)
@@ -1,4 +1,4 @@
-var Parameters = {};
+var Parameters = { };
 
 // For mail sending. WARNING: *no trailing slash*
 Parameters.siteURL = "http://localhost";
@@ -6,6 +6,9 @@ Parameters.siteURL = "http://localhost";
 // Lifespan of a (login) cookie
 Parameters.cookieExpire = 183*24*3600*1000; //6 months in milliseconds
 
+// Secret string used in monitoring page + review; avoid special URL chars '?' '&' '='
+Parameters.secret = "ImNotSoSecretChangeMe";
+
 // Characters in a login token, and period of validity (in milliseconds)
 Parameters.token = {
        length: 16,