// // Groups and Homes dir prefix // $homedir_prefix='{homedir}'; $groupdir_prefix='{groupdir}'; $cvsdir_prefix='{cvsdir}'; $svndir_prefix='{svndir}'; $sys_chroot='{gforge_chroot}'; // // File Upload Configuration // // Create a directory, which is writable by your webserver, but not // within its document root (does not fall under www/ in the tarball) // Your php.ini file may have to be modified to allow writing outside // the webserver's directory // $sys_upload_dir='{uploaddir}'; $sys_ftp_upload_dir='{ftpuploaddir}'; $sys_ftp_upload_host='{ftpuploadhost}'; //$sys_ftp_upload_chowner='{ftpuploadchowner}'; $sys_apache_user='{sys_apache_user}'; $sys_apache_group='{sys_apache_group}'; // Where the GForge files are placed // *** IMPORTANT: sys_urlroot *MUST* be an ABSOLUTE FILEYSTEM PATH NAME // that points to the www directory of the GForge // installation. If you use ANY form of relative path // you will break the html_image function in include/html.php // $sys_urlroot='{sys_urlroot}'; // Name of the system as a whole (needed by various utils and titles) $sys_name='{system_name}'; // Mailman base installation directory $sys_path_to_mailman='{sys_path_to_mailman}'; // session cookie settings // // IMPORTANT - YOU MUST CHANGE "foobar" to a long, random number // $sys_session_key = '{sys_session_key}'; $sys_session_expire = {sys_session_expire}; // Require that user give unique (not yet existent in db) email upon // registration $sys_require_unique_email=0; // // Require that all email be copied to this address if present $sys_bcc_all_email_address=''; // GUI modifications (menu colors, etc.) // See the top of the file include/html.php, this is where the menu colors // and colors used throughout GForge are defined. // Themeing related vars... Some of this needs to change in the session stuff // The theme base directory, everything else is handled by theme_sysinit() $sys_themeroot='{sys_themeroot}'; // If you want an other default theme or language $sys_theme='{sys_theme}'; $sys_lang='{sys_lang}'; $sys_default_timezone='{sys_default_timezone}'; $sys_default_country_code='{sys_default_country_code}'; // Akamization of images // example: http://images.gforge.company.com $sys_images_url=''; $sys_images_secure_url=''; // Groups // The GForge permission model is based on groups // certain parts of the site, like news, stats, etc // are based on special group_id numbers // group_id #1 is the super-user group of sitewide admins $sys_news_group={newsadmin_groupid}; $sys_stats_group={statsadmin_groupid}; $sys_peer_rating_group={peerrating_groupid}; $sys_template_group={template_project}; $default_trove_cat={default_trove_cat}; // JPGRAPH Package $sys_path_to_jpgraph='{sys_path_to_jpgraph}'; // Show Source // Setting this to 1 will add a "Show Source" link to the bottom of each page $sys_show_source={sys_show_source}; // Force Login $sys_force_login={sys_force_login}; // Truetype font settings //$gantt_title_font_family='FF_ARIAL'; //$gantt_title_font_style='FS_NORMAL'; //$gantt_title_font_size=12; //$gantt_task_font_family='FF_ARIAL'; //$gantt_task_font_style='FS_NORMAL'; //$gantt_task_font_size=12; // Place for customized files $sys_custom_path='{sys_custom_path}';