BotSecrets.pm-sample: add some comments to help to see which variable is what

Mon, 23 Jan 2023 21:39:43 +0100

author
Peter Gervai <grin@grin.hu>
date
Mon, 23 Jan 2023 21:39:43 +0100
changeset 1
ab6634389318
parent 0
3b714bbb1347
child 2
cd58c0bc21d6

BotSecrets.pm-sample: add some comments to help to see which variable is what

delinker_fixer/BotSecrets.pm-sample file | annotate | diff | comparison | revisions
--- a/delinker_fixer/BotSecrets.pm-sample	Mon Jan 23 21:37:02 2023 +0100
+++ b/delinker_fixer/BotSecrets.pm-sample	Mon Jan 23 21:39:43 2023 +0100
@@ -7,7 +7,10 @@
 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****", "***");
-#my ($bu,$bp) = ('****', '****' );
+
+# user/password for the user (or other bot) making the changes
 our ($bu,$bp) = ('****', '****' );
+
 1;

mercurial