delinker_fixer/BotSecrets.pm-sample

Mon, 23 Jan 2023 21:37:02 +0100

author
Peter Gervai <grin@grin.hu>
date
Mon, 23 Jan 2023 21:37:02 +0100
changeset 0
3b714bbb1347
child 1
ab6634389318
permissions
-rwxr-xr-x

Add files without passwords and other unwanted fluff.

package BotSecrets;

use strict;
use warnings;

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

our ($db_user, $db_pw) = ("s5****", "***");
#my ($bu,$bp) = ('****', '****' );
our ($bu,$bp) = ('****', '****' );
1;

mercurial