url protocol parametrization and some typo
[brisk.git] / web / Obj / brisk.conf-templ.pho
index 8d4858c..b4c7829 100644 (file)
@@ -17,6 +17,7 @@ else {
 // 26 hours between 2 successive registration from this area
 $G_selfreg_mask = 0xfffff000;
 $G_selfreg_tout = 93600;
+$G_notguar_code = 10114;
 
 // G_dbasetype value can be "pgsql" or "file"
 $G_dbasetype="pgsql";
@@ -24,6 +25,7 @@ $G_dbasetype="pgsql";
 $G_dbauth = "host=... port=... user=... password=... dbname=... options='--client_encoding=UTF8'";
 $G_dbpfx = "bsk_";
 
+$G_proto      = "https";
 $G_domain     = "brisk.example.com";
 $G_webbase    = "brisk";
 $G_admin_mail = "admin@$G_domain";