X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.conf-templ.pho;h=a9d26ba3a1c31ede6f31699642a6941ee0eca754;hb=03002883141b5e751650f5a28812456c2aa5f054;hp=eeb5b54dba65a8d16f24bdcdc79c4f2f1fd5928d;hpb=eb65f5518b0cacc60e1dd265ab966290e7cc0c54;p=brisk.git diff --git a/web/Obj/brisk.conf-templ.pho b/web/Obj/brisk.conf-templ.pho index eeb5b54..a9d26ba 100644 --- a/web/Obj/brisk.conf-templ.pho +++ b/web/Obj/brisk.conf-templ.pho @@ -5,6 +5,11 @@ $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"; @@ -84,11 +89,14 @@ $G_black_list = array(); // 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_lice_vers = "2.0"; -$G_lice_fname = "licence_complete_filename"; +$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_lice_dthard = 1384968941; -$G_lice_dtsoft = 1384968941; -$G_lice_idx = 1; +$G_tos_dthard = 1384968941; +$G_tos_dtsoft = 1384968941; +$G_tos_idx = 1; ?>