X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.conf-templ.pho;h=034dee7b15513459a29b20e16202f22f2361ca0b;hb=8dae4c3ee7fdb23c9780191e7e51343553033a93;hp=6b38d2456aa405c71a0b2965e06514d8f5113e81;hpb=e4ecd1ed630a3f833472e2792d844340f67196db;p=brisk.git diff --git a/web/Obj/brisk.conf-templ.pho b/web/Obj/brisk.conf-templ.pho index 6b38d24..034dee7 100644 --- a/web/Obj/brisk.conf-templ.pho +++ b/web/Obj/brisk.conf-templ.pho @@ -5,8 +5,15 @@ $G_dbasetype="pgsql"; $G_dbauth = "host=... port=... user=... password=... dbname=... options='--client_encoding=UTF8'"; $G_dbpfx = "bsk_"; +$G_domain = "brisk.example.com"; +$G_webbase = "brisk"; +$G_admin_mail = "admin@$G_domain"; +$G_mail_seed = 281741; + $G_lang = "it"; +$G_crypt_key = "cryptkey"; + $G_shutdown = FALSE; // list of allowed proxies IP address (strings) @@ -76,12 +83,21 @@ $G_poll_entries = array( array( 'id' => 'din', 'cont' => 'Dinner room'), array( 'id' => 'bat', 'cont' => 'Bath room'), array( 'id' => 'coo', 'cont' => 'Cooking room') ); -$G_black_list = array(); +$G_ban_list = array(); // each element in the form "IP/" i.e. "192.15.21.4/24" +$G_black_list = array(); // each element in the form "IP/" i.e. "192.15.21.4/24" // this is the prefix path to remove from backtrace $G_btrace_pref_sub = "/home/nastasi/web/"; +// where documents are stored +$G_doc_path = "Obj/doc/"; - +// licence related stuff +$G_tos_vers = "1.2"; +$G_tos_fname = "terms-of-service_V%s_%s.txt"; +// USE date +%s -d 'Wed Nov 20 18:35:41 CET 2013' to calculate +$G_tos_dthard = 1384968941; +$G_tos_dtsoft = 1384968941; +$G_tos_idx = 1; ?>