зеркало из https://github.com/mozilla/pjs.git
Add Bugzilla database information (for authentication) to localconfig.
This commit is contained in:
Родитель
9e7514d1aa
Коммит
37a83a439d
|
@ -55,12 +55,17 @@ our \$db_pass = "";
|
|||
|
||||
our \$user_cookiename = "litmus_login";
|
||||
our \$sysconfig_cookiename = "litmustestingconfiguration";
|
||||
|
||||
our $bugzilla_db = "bugzilla";
|
||||
our $bugzilla_host = "localhost";
|
||||
our $bugzilla_user = "litmus";
|
||||
out $bugzilla_pass = "litmus";
|
||||
EOT
|
||||
close(OUT);
|
||||
print "Go edit 'localconfig' with your configuration and \n";
|
||||
print "run this script again.";
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
if ($reset_db) {
|
||||
my $schema_file = "createdb.sql";
|
||||
|
|
Загрузка…
Ссылка в новой задаче