mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 20:45:37 +01:00
Fix
This commit is contained in:
@@ -17,6 +17,8 @@ class TelethonConfig(BaseModel):
|
||||
|
||||
|
||||
class EnvConfig(BaseSettings):
|
||||
model_config = SettingsConfigDict(env_file='.env', env_file_encoding='utf-8')
|
||||
|
||||
API_KEY: str
|
||||
|
||||
TELEGRAM_CHAT_ID: int
|
||||
|
||||
Reference in New Issue
Block a user