template secrets
This commit is contained in:
parent
9ce0c00c58
commit
8b4f86ec4a
1 changed files with 8 additions and 0 deletions
8
.secrets.pm.example
Normal file
8
.secrets.pm.example
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package Secrets;
|
||||
|
||||
our $TELEGRAM_TOKEN = 'PUT_TOKEN_HERE';
|
||||
our $TELEGRAM_USER_ID = 123456789;
|
||||
our $NICKSERV_PASSWORD = 'PUT_PASSWORD_HERE';
|
||||
our $IRC_CHANNEL = '#channel';
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue