delinker_fixer/BotSecrets.pm-sample

changeset 1
ab6634389318
parent 0
3b714bbb1347
equal deleted inserted replaced
0:3b714bbb1347 1:ab6634389318
5 5
6 use Exporter; 6 use Exporter;
7 our @ISA = qw/ Exporter /; 7 our @ISA = qw/ Exporter /;
8 our @EXPORT = qw/ $db_user $db_pw $bu $bp /; 8 our @EXPORT = qw/ $db_user $db_pw $bu $bp /;
9 9
10 # user/password for the toolserver db
10 our ($db_user, $db_pw) = ("s5****", "***"); 11 our ($db_user, $db_pw) = ("s5****", "***");
11 #my ($bu,$bp) = ('****', '****' ); 12
13 # user/password for the user (or other bot) making the changes
12 our ($bu,$bp) = ('****', '****' ); 14 our ($bu,$bp) = ('****', '****' );
15
13 1; 16 1;

mercurial