🗄️

Database Configuration

Configure database connection and storage settings

Connected to PostgreSQL
Current database host (read-only)
PostgreSQL port (read-only)
Current database name (read-only)
Database Information

Database settings are configured via environment variables. To modify these settings, update your .env file and restart the application.

🕷️

Scraping Configuration

Configure web scraping behavior and limits

Delay between requests to avoid being blocked
Number of simultaneous requests
Browser identification for requests
🔧

API Configuration

Configure API endpoints and authentication

Port for the FastAPI server
Host address for the API server
Security Note

In production, configure specific CORS origins and enable authentication.

📝

Logging Configuration

Configure logging levels and output

Minimum level of log messages to display
Format for log message output

Performance Configuration

Configure performance and resource usage

Maximum memory usage limit
Number of items to keep in memory cache
📤

Data Export Configuration

Configure data export formats and options

Default format for data exports
Directory for exported files (read-only)