gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/etc database.inc.example, NONE, 1.1 local.pl.exa


From: cbayle
Subject: [Gforge-commits] gforge/etc database.inc.example, NONE, 1.1 local.pl.example, NONE, 1.1
Date: Sun, 28 Mar 2004 14:34:37 -0600

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

Added Files:
        database.inc.example local.pl.example 
Log Message:
Example of files generated by setup


--- NEW FILE: database.inc.example ---
<?
        // PLEASE DO NOT REMOVE THIS LINE
        $sys_dbhost="localhost";
        $sys_dbname="alexandria";
        $sys_dbuser="www";
        $sys_dbpasswd="";
        $sys_ldap_passwd="";
?>

--- NEW FILE: local.pl.example ---
# PLEASE DO NOT REMOVE THIS LINE

$sys_default_domain = 'gforge.company.com' ;
$sys_cvs_host = 'cvs.gforge.company.com' ;
$sys_download_host = 'download.gforge.company.com' ;
$sys_shell_host = 'shell.gforge.company.com' ;
$sys_users_host = 'users.gforge.company.com' ;
$sys_docs_host = 'gforge.company.com' ;
$sys_lists_host = 'lists.gforge.company.com' ;
$sys_dns1_host = 'ns1.gforge.company.com' ;
$sys_dns2_host = 'ns2.gforge.company.com' ;
$FTPINCOMING_DIR = '/usr/lib/gforge/ftp/incoming' ;
$FTPFILES_DIR = '/usr/lib/gforge/download' ;
$sys_urlroot='/usr/share/gforge/www/' ;
$sf_cache_dir = '/var/cache/gforge' ;
$sys_name = 'MyGForge' ;
$sys_themeroot = $sys_urlroot.'themes/' ;
$sys_news_group = '3' ;
$sys_dbhost = 'localhost' ;
$sys_dbname = 'alexandria' ;
$sys_dbuser = 'www' ;
$sys_dbpasswd = '' ;
$sys_ldap_base_dn = 'dc=gforge,dc=company,dc=com' ;
$sys_ldap_host = 'ldap.gforge.company.com' ;
$skill_list = 'Ada;C;C++;HTML;LISP;Perl;PHP;Python;SQL' ;
$admin_login = 'admin' ;
$admin_password = '' ;
$server_admin = 'address@hidden' ;
$domain_name = 'gforge.company.com' ;
$newsadmin_groupid = '3' ;
$statsadmin_groupid = '2' ;
$peerrating_groupid = '4' ;
$noreply_to_bitbucket = '{noreply_to_bitbucket}' ;
$sys_simple_dns = '{simple_dns}';
$sys_ip_address = '10.GF.OR.GE';





reply via email to

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