add Telegram bot tokens table and API methods
This commit is contained in:
@ -6,4 +6,6 @@ return [
|
||||
'senderName' => 'Chancellery ITguild mailer',
|
||||
'user.passwordResetTokenExpire' => 3600,
|
||||
'user.passwordMinLength' => 8,
|
||||
'tgBotTokenLength' => 6,
|
||||
'tgBotTokenValidityTime' => 180,
|
||||
];
|
||||
|
Reference in New Issue
Block a user