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.18,1.19


From: tperdue
Subject: [Gforge-commits] gforge/etc local.inc.example,1.18,1.19
Date: Wed, 04 Aug 2004 11:18:46 -0500

Update of /cvsroot/gforge/gforge/etc
In directory db.perdue.net:/home/tperdue/share/dev.gforge.org/etc

Modified Files:
        local.inc.example 
Log Message:
RBAC, DELETION, AND FORUM EMAIL GATEWAY

Index: local.inc.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.inc.example,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- local.inc.example   21 Jul 2004 20:21:31 -0000      1.18
+++ local.inc.example   4 Aug 2004 16:18:36 -0000       1.19
@@ -33,6 +33,20 @@
 //$sys_fallback_domain = "gforge2.company.com";
 //$sys_internal_network = '192.168.1.';
 
+// Machine that hosts CVS
+$sys_cvs_host = "cvs.gforge.company.com";
+
+//forum email return domain <address@hidden>
+$sys_forum_return_domain=$sys_default_domain;
+
+//plugins path
+$sys_plugins_path='/path/to/plugins';
+
+// Force the use of a single cvs host instead of cvs.project.domain.com
+// Set to 1 to use cvs.domain.com:/cvsroot/project for all projects
+// Set to 0 to use cvs.project.domain.com:/cvsroot/project
+$sys_cvs_single_host = 1;
+
 // Machine used for downloading sources/packages
 $sys_download_host = "download.gforge.company.com";
 
@@ -52,6 +66,10 @@
 // PHP makes reference to these documents in terms of relative paths that
 // are part of the GForge code tree.
 $sys_docs_host = "gfdocs.gforge.company.com";
+//if using docman with DAV and SVN, the docman PHP code
+//must connect to the dav server as a particular user
+$sys_docs_user = '';
+$sys_docs_pass = '';
 
 // Machine that hosts the GForge mailing lists (This could also be
 // the mail host if you have enough horsepower & bandwidth)
@@ -152,6 +170,10 @@
 //     If set to true, only a site admin can register projects
 //
 $sys_project_reg_restricted=true;
+//
+//     Restricted user registration - only site admins can create new accounts
+//
+$sys_user_reg_restricted=false;
 
 //
 // Groups and Homes dir prefix
@@ -208,8 +230,10 @@
 
 // Akamization of images
 //     example: http://images.gforge.company.com
-$sys_images_url="http://gforge.company.com/";;
-$sys_images_secure_url="https://gforge.company.com/";;
+//     just leave blank for most installs unless 
+//     images are served from other server
+$sys_images_url="";
+$sys_images_secure_url="";
 
 // Groups
 //     The GForge permission model is based on groups





reply via email to

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