# config.py

class Config:
    # Get these from my.telegram.org
    API_ID = 29706288  # Replace with your API_ID
    API_HASH = "32e67c7cffb983305c7b4fa6e52353cc" # Replace with your API_HASH
    
    # Get this from @BotFather
    BOT_TOKEN = "8403331763:AAFpXCwO8BdUs-3bliEYpVybN-bV3_LY9Ws" 

    # Database config (cPanel/Localhost)
    DB_HOST = "localhost"
    DB_USER = "jvaebqrj_akbot"
    DB_PASS = "Aa@8ijn9okm"
    DB_NAME = "jvaebqrj_strteamhg"

    # Worker Config
    CHUNK_SIZE = 1024 * 1024 * 5  # 5MB chunks for upload