# Insertr Configuration File # This file provides default configuration for the unified insertr binary # Database configuration database: path: "./insertr.db" # SQLite file path or PostgreSQL connection string # API configuration (for remote content API) api: url: "" # Content API URL (leave empty to use local database) key: "" # API authentication key # Server configuration server: port: 8080 # HTTP server port dev_mode: false # Enable development mode features # Build configuration build: input: "./src" # Default input directory for enhancement output: "./dist" # Default output directory for enhanced files # Global settings site_id: "demo" # Default site ID for content lookup mock_content: false # Use mock content instead of real data