add Telegram bot tokens table and API methods

This commit is contained in:
iIronside
2023-10-24 13:34:23 +03:00
parent 3c9204f61a
commit da08bcf1b2
7 changed files with 417 additions and 1 deletions

View File

@ -6,4 +6,6 @@ return [
'senderName' => 'Chancellery ITguild mailer',
'user.passwordResetTokenExpire' => 3600,
'user.passwordMinLength' => 8,
'tgBotTokenLength' => 6,
'tgBotTokenValidityTime' => 180,
];