~ubuntu-branches/ubuntu/utopic/fusionforge/utopic

« back to all changes in this revision

Viewing changes to etc/local.inc.example

  • Committer: Bazaar Package Importer
  • Author(s): Roland Mas
  • Date: 2011-04-15 14:55:34 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110415145534-mvn1nochufjmw177
Tags: 5.0.3-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
//
54
54
 
55
55
// Machine that hosts SCM
56
 
$sys_scm_host = 'cvs.gforge.company.com';
 
56
$sys_scm_host = 'gforge.company.com';
57
57
$sys_cvs_host=$sys_scm_host;
58
58
 
59
59
// Force the use of a single scm host instead of scm.project.domain.com
157
157
$sys_use_snippet=false;
158
158
$sys_use_ssl=false;
159
159
$sys_use_people=false;
160
 
$sys_use_shell=true;
 
160
$sys_use_shell=false;
161
161
$sys_use_private_project=true;
162
162
$sys_use_diary=true;
163
163
$sys_use_bookmarks=true;
182
182
//      Restricted project registration
183
183
//      If set to true, only a site admin can register projects
184
184
//
185
 
$sys_project_reg_restricted=true;
 
185
$sys_project_reg_restricted=false;
186
186
//
187
187
//      Restricted user registration
188
188
//      If set to true, only a site admin can register users