delinker_fixer/BotSecrets.pm-sample

Mon, 23 Jan 2023 22:02:35 +0100

author
Peter Gervai <grin@grin.hu>
date
Mon, 23 Jan 2023 22:02:35 +0100
changeset 3
24d8f83459b3
parent 1
ab6634389318
permissions
-rwxr-xr-x

demon.php: Add API debug output, lower speel delay

package BotSecrets;

use strict;
use warnings;

use Exporter;
our @ISA    = qw/ Exporter /;
our @EXPORT = qw/ $db_user $db_pw $bu $bp /;

# user/password for the toolserver db
our ($db_user, $db_pw) = ("s5****", "***");

# user/password for the user (or other bot) making the changes
our ($bu,$bp) = ('****', '****' );

1;

mercurial