X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.conf-templ.pho;h=f2486fdc6ff7581a4bfa181dd70385e431b787f4;hb=9b49137ac5f0b02500bb00c952d1cff847a1ea55;hp=8d4858c73590e5b26679932c3c2d50aff9458754;hpb=f3da8c18e6ec1b5ad948c325141806f1228c0677;p=brisk.git diff --git a/web/Obj/brisk.conf-templ.pho b/web/Obj/brisk.conf-templ.pho index 8d4858c..f2486fd 100644 --- a/web/Obj/brisk.conf-templ.pho +++ b/web/Obj/brisk.conf-templ.pho @@ -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"; @@ -35,6 +37,9 @@ $G_crypt_key = "cryptkey"; $G_shutdown = FALSE; +// Enable basic profiling +$G_profile = FALSE; + // list of allowed proxies IP address (strings) $G_proxy_white_list = array();