mirror of
https://github.com/serty2005/rmser.git
synced 2026-02-04 19:02:33 -06:00
2801-есть десктоп-версия. реализован ws для авторизации через тг-бота
This commit is contained in:
@@ -49,9 +49,10 @@ type OCRConfig struct {
|
||||
}
|
||||
|
||||
type TelegramConfig struct {
|
||||
Token string `mapstructure:"token"`
|
||||
AdminIDs []int64 `mapstructure:"admin_ids"`
|
||||
WebAppURL string `mapstructure:"web_app_url"`
|
||||
Token string `mapstructure:"token"`
|
||||
BotUsername string `mapstructure:"bot_username"`
|
||||
AdminIDs []int64 `mapstructure:"admin_ids"`
|
||||
WebAppURL string `mapstructure:"web_app_url"`
|
||||
}
|
||||
|
||||
type SecurityConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user