gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/etc gforge.conf.example, 1.3, 1.4 local.inc.exam


From: cbayle
Subject: [Gforge-commits] gforge/etc gforge.conf.example, 1.3, 1.4 local.inc.example, 1.9, 1.10
Date: Thu, 25 Mar 2004 14:54:10 -0600

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

Modified Files:
        gforge.conf.example local.inc.example 
Log Message:
Resync example with setup generator


Index: gforge.conf.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/gforge.conf.example,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gforge.conf.example 4 Mar 2004 23:53:06 -0000       1.3
+++ gforge.conf.example 25 Mar 2004 20:54:08 -0000      1.4
@@ -1,4 +1,4 @@
-system_name=Gforge
+system_name=MyGForge
 domain_name=gforge.company.com
 address@hidden
 db_host=localhost
@@ -49,6 +49,7 @@
 sys_ldap_auth_port=389
 sys_ldap_auth_version=3
 sys_ldap_auth_dn=dc=gforge,dc=company,dc=com
+sys_cvs_tarballs_path=/path/to/cvs/tarballs
 sys_use_cvs=true
 sys_use_tracker=true
 sys_use_forum=true
@@ -63,6 +64,9 @@
 sys_use_snippet=true
 sys_use_ssl=false
 sys_use_people=true
+sys_use_project_vhost=true
+sys_use_project_database=false
+sys_use_project_multimedia=false
 sys_project_reg_restricted=true
 sys_localization_enable_caching=true
 sys_localization_cache_path=/path/to/localization/cache/

Index: local.inc.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.inc.example,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- local.inc.example   25 Mar 2004 20:04:54 -0000      1.9
+++ local.inc.example   25 Mar 2004 20:54:08 -0000      1.10
@@ -110,12 +110,11 @@
 // NOT used by web code, only by support utilities
 // note that password NOT stored here
 $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/';
+$sys_cvs_tarballs_path='/path/to/cvs/tarballs';
 
 //
 // Jabber Configuration
@@ -150,9 +149,9 @@
 // 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;
+$sys_use_project_database=false;
 // Enable/Disable the ability to add images for a project (frontend not 
implemented)
-$sys_use_project_multimedia = false;
+$sys_use_project_multimedia=false;
 
 //
 //     Restricted project registration
@@ -262,4 +261,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]