removed env veriable

pull/231/head
Yariv Menachem 2025-01-07 16:39:58 +02:00
parent d47c118541
commit aa1481539a
1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
import os
from pydantic import Field
from pydantic_settings import BaseSettings
if not os.environ.get("ENV"):
raise ValueError("Invalid environment. Set the 'ENV' variable (e.g., export ENV=dev).")
class Settings(BaseSettings):
telegram_api_token: str = Field(alias="telegram_api_token")