Mozilla/mozilla/webtools/despot/config.pl.dist
reed%reedloden.com 1637d83c36 Backing out bug 374282 since bug 369013 was fixed differently.
git-svn-id: svn://10.0.0.236/trunk@226096 18797224-902f-48f8-a5cc-f745e15eee43
2007-05-08 00:27:15 +00:00

20 lines
514 B
Perl

#!/usr/bin/perl
#
# Despot configuration file
#
# Copy this file to config.pl, then make changes to it.
#
$::sitename = 'mozilla.org'; # site name
$::ownersurl = 'http://www.mozilla.org/owners.html'; # owners page URL
$::adminname = 'sysadmins'; # owner name
$::adminmail = 'sysadmins@mozilla.org'; # owner e-mail address
$::db_host = 'localhost'; # database host
$::db_name = 'mozusers'; # database name
$::db_user = 'despot'; # database username
$::db_pass = ''; # database password
1;