server: listening_port: 8080 tls: enabled: false cert_file: "" key_file: "" cors_origins: - "http://localhost:3000" - "http://localhost:8000" - "http://127.0.0.1:3000" database: path: "./data/app.db" max_open_conns: 10 max_idle_conns: 5 conn_max_lifetime: 300 jwt: jwt_secret: "your-jwt-secret-here" social: instagram: api_key: "your-instagram-api-key" base_url: "https://graph.instagram.com/v12.0" tiktok: api_key: "your-tiktok-api-key" base_url: "https://open.tiktokapis.com/v2" youtube: api_key: "your-youtube-api-key" base_url: "https://www.googleapis.com/youtube/v3" google: trends_api_key: "your-google-trends-api-key" base_url: "https://trends.google.com/trends/api" litellm: proxy_url: "http://localhost:8000" api_key: "your-litellm-api-key" model: "gpt-4" headers: User-Agent: "BYOM-Trends/1.0" X-Environment: "development" max_retries: 3 timeout_secs: 30 logging: level: "debug" # debug, info, warn, error format: "json" # json or text