gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/etc local.inc.example,1.8,1.9


From: gsmet
Subject: [Gforge-commits] gforge/etc local.inc.example,1.8,1.9
Date: Thu, 25 Mar 2004 14:04:56 -0600

Update of /cvsroot/gforge/gforge/etc
In directory db.perdue.net:/tmp/cvs-serv28521/etc

Modified Files:
        local.inc.example 
Log Message:
added configuration variables


Index: local.inc.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.inc.example,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- local.inc.example   15 Mar 2004 23:23:02 -0000      1.8
+++ local.inc.example   25 Mar 2004 20:04:54 -0000      1.9
@@ -112,6 +112,12 @@
 $sys_ldap_admin_dn="cn=admin,dc=gforge,dc=company,dc=com";
 
 //
+// CVS configuration
+//
+// Path to CVS tarballs directory
+$sys_cvs_tarballs_path='/path/to/cvs/tarballs/';
+
+//
 // Jabber Configuration
 //
 $sys_use_jabber=0;
@@ -141,6 +147,13 @@
 $sys_use_ssl=false;
 $sys_use_people=true;
 
+// Enable/Disable the ability to add additionnal vhost for a project
+$sys_use_project_vhost=true;
+// Enable/Disable the ability to have database for a project (backend not 
implemented)
+$sys_use_project_database = false;
+// Enable/Disable the ability to add images for a project (frontend not 
implemented)
+$sys_use_project_multimedia = false;
+
 //
 //     Restricted project registration
 //     If set to true, only a site admin can register projects
@@ -249,4 +262,4 @@
 $sys_localization_enable_timestamp_checking = true;
 
 // End of customizations -- place nothing after the closing PHP tag!
-?>
+?>
\ No newline at end of file





reply via email to

[Prev in Thread] Current Thread [Next in Thread]