export const BASE_URL = "https://komikindo.ch"; export const CREATOR = "Komikindo Scraper"; export const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"; export const PORT = parseInt(process.env.PORT || "7860", 10); export const CACHE_TTL_MS = 5 * 60 * 1000;